SkipIntro: still start at 12:00 in non-rando game (#6762)

This commit is contained in:
Philip Dubé
2026-06-20 02:05:49 +00:00
committed by GitHub
parent 65ffd5445b
commit 446c6c4802
@@ -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;
}
}