Add time. (#462)

This commit is contained in:
louist103
2022-06-16 20:57:01 -04:00
committed by GitHub
parent 73ebcf2b1b
commit 93e69c924d
3 changed files with 6 additions and 0 deletions
@@ -1601,6 +1601,10 @@ void FileChoose_Main(GameState* thisx) {
};
FileChooseContext* this = (FileChooseContext*)thisx;
Input* input = &this->state.input[0];
if (CVar_GetS32("gTimeFlowFileSelect", 0) != 0) {
gSaveContext.skyboxTime += 0x10;
}
OPEN_DISPS(this->state.gfxCtx, "../z_file_choose.c", 2898);