[#1715] Fix crash when retrieving a merchant message while using fast file select (#1722)

This commit is contained in:
Garrett Cox
2022-10-10 02:40:52 -05:00
committed by GitHub
parent aa00cba76e
commit fd3872ae30
2 changed files with 2 additions and 0 deletions

View File

@@ -307,6 +307,7 @@ void Title_Init(GameState* thisx) {
Randomizer_LoadSettings("");
Randomizer_LoadHintLocations("");
Randomizer_LoadItemLocations("", true);
Randomizer_LoadMerchantMessages("");
gSaveContext.gameMode = 0;
gSaveContext.magic = gSaveContext.magic;
SET_NEXT_GAMESTATE(&this->state, Gameplay_Init, GlobalContext);