diff options
| author | balloondude2 <55861555+balloondude2@users.noreply.github.com> | 2025-02-10 08:11:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-10 09:11:17 -0600 |
| commit | 075c0c26e10731826a4e764ccf15c3a625188ee0 (patch) | |
| tree | bb9e402bc2fdad067ff5d04565a32a37548bc6ab /mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp | |
| parent | efbc3e24c17597a9649ea1b84db2af457d2b1388 (diff) | |
fix issues with opening save (#214)
Diffstat (limited to 'mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp')
| -rw-r--r-- | mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp b/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp index 5f1400588..a57651011 100644 --- a/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp +++ b/mm/2s2h/Rando/MiscBehavior/OnFileCreate.cpp @@ -28,7 +28,7 @@ void Rando::MiscBehavior::OnFileCreate(s16 fileNum) { gSaveContext.save.hasTatl = true; gSaveContext.save.playerForm = PLAYER_FORM_HUMAN; gSaveContext.save.saveInfo.playerData.threeDayResetCount = 1; - gSaveContext.save.isFirstCycle = false; + gSaveContext.save.isFirstCycle = true; SET_WEEKEVENTREG(WEEKEVENTREG_59_04); // Tatl SET_WEEKEVENTREG(WEEKEVENTREG_31_04); // Tatl gSaveContext.save.saveInfo.permanentSceneFlags[SCENE_INSIDETOWER].switch0 |= (1 << 0); // Happy Mask Salesman |
