diff --git a/soh/soh/Enhancements/TimeSavers/SkipCutscene/SkipIntro.cpp b/soh/soh/Enhancements/TimeSavers/SkipCutscene/SkipIntro.cpp index d9e08b3daf..09bdd727e6 100644 --- a/soh/soh/Enhancements/TimeSavers/SkipCutscene/SkipIntro.cpp +++ b/soh/soh/Enhancements/TimeSavers/SkipCutscene/SkipIntro.cpp @@ -41,6 +41,8 @@ void RegisterSkipIntro() { // Skip the intro cutscene for whatever the spawnEntrance is calculated to be. if (gSaveContext.entranceIndex == spawnEntrance) { gSaveContext.cutsceneIndex = 0; + if (!IS_RANDO) + gSaveContext.dayTime = 0x8000; *should = false; } }