Fixes some build errors resulting from merge.

This commit is contained in:
Christopher Leggett
2023-12-10 14:00:31 -05:00
parent d58968d196
commit 2ef978c792
8 changed files with 20 additions and 13 deletions

View File

@@ -239,6 +239,8 @@ void Sram_InitSave(FileChooseContext* fileChooseCtx) {
gSaveContext.n64ddFlag = fileChooseCtx->n64ddFlag;
u8 currentQuest = fileChooseCtx->questType[fileChooseCtx->buttonIndex];
if (Randomizer_IsSeedGenerated()) {
gSaveContext.questId = QUEST_RANDOMIZER;