Fixes parsing of spoiler files in plando mode. (#3823)

It was specifically failing on Hints because of changes to the spoiler output that were not reflected in the parsing code.
This commit is contained in:
Christopher Leggett
2024-01-08 09:37:24 -05:00
committed by GitHub
parent 63413e8159
commit b96df0b642
3 changed files with 51 additions and 31 deletions

View File

@@ -241,7 +241,7 @@ void Sram_InitSave(FileChooseContext* fileChooseCtx) {
u8 currentQuest = fileChooseCtx->questType[fileChooseCtx->buttonIndex];
if (Randomizer_IsSeedGenerated()) {
if (Randomizer_IsSeedGenerated() || Randomizer_IsPlandoLoaded()) {
gSaveContext.questId = QUEST_RANDOMIZER;
Randomizer_InitSaveFile();