backend tracker updates

This commit is contained in:
gymnast86
2026-05-20 17:41:03 -07:00
parent 7cebc42266
commit ed458dc2b3
15 changed files with 1046 additions and 595 deletions
+595 -549
View File
File diff suppressed because it is too large Load Diff
+4
View File
@@ -3021,7 +3021,11 @@ int dStage_changeScene4Event(int i_exitId, s8 room_no, int i_wipe, bool param_3,
// If randomizer is active and we're loading the first spawn, set our starting time of day
if (randomizer_IsActive() && strcmp(scls_info->mStage, "F_SP103") == 0 &&
scls_info->mRoom == 1 && scls_info->mStart == 1)
{
timeH = randomizer_GetContext().mStartHour;
g_randomizerState.mUpdateTracker = true;
}
#endif
dKy_set_nexttime(15.0f * timeH);
}