Browse Source

Rando: Fix Fast File Select seed loading (#1252)

* FixRandoLoading

* better methode
pull/1385/head
Baoulettes 7 months ago committed by Kenix3
parent
commit
d2fa0d6485
  1. 3
      soh/src/overlays/gamestates/ovl_title/z_title.c

3
soh/src/overlays/gamestates/ovl_title/z_title.c

@ -301,6 +301,9 @@ void Title_Init(GameState* thisx) { @@ -301,6 +301,9 @@ void Title_Init(GameState* thisx) {
saveloading = true;
gSaveContext.fileNum = selectedfile;
Sram_OpenSave();
Randomizer_LoadSettings("");
Randomizer_LoadHintLocations("");
Randomizer_LoadItemLocations("", true);
gSaveContext.gameMode = 0;
gSaveContext.magic = gSaveContext.magic;
SET_NEXT_GAMESTATE(&this->state, Gameplay_Init, GlobalContext);

Loading…
Cancel
Save