Converted "Passage of Time on File Select" to ShipInit Hook (#5595)

This commit is contained in:
nclok1405
2025-06-20 10:59:46 +09:00
committed by GitHub
parent 7514bdc08b
commit 7ecefa8f90
2 changed files with 20 additions and 4 deletions

View File

@@ -3597,10 +3597,6 @@ void FileChoose_Main(GameState* thisx) {
sWindowContentColors[0][2] = 255;
}
if (CVarGetInteger(CVAR_ENHANCEMENT("TimeFlowFileSelect"), 0) != 0) {
gSaveContext.skyboxTime += 0x10;
}
OPEN_DISPS(this->state.gfxCtx);
this->n64ddFlag = 0;