summaryrefslogtreecommitdiff
path: root/src/overlays/actors/ovl_En_Test3/z_en_test3.c
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2023-10-04 22:08:08 -0700
committerGitHub <noreply@github.com>2023-10-05 16:08:08 +1100
commit03d1a794e1fe3995ae3f4ca99e244e4b14310092 (patch)
tree130f54be4a4a0e932307e347b5739c252e98858b /src/overlays/actors/ovl_En_Test3/z_en_test3.c
parentd3104be63caa4060a87ff169f42bf255d6a2a08c (diff)
z_kankyo pt 1 (#1377)
* z64environment.h * remove todo * Cleanup * data + bss + 2 functions * Bring over simple functions * Remove lerp comment * code functions csv * Remove docs changes * ZBufValToFixedPoint * Remove leading 0's * SEGMENT macros * eventDayCount * format * z64bombers_notebook.h * fix merge * Comments --------- Co-authored-by: angie <angheloalf95@gmail.com>
Diffstat (limited to 'src/overlays/actors/ovl_En_Test3/z_en_test3.c')
-rw-r--r--src/overlays/actors/ovl_En_Test3/z_en_test3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_En_Test3/z_en_test3.c b/src/overlays/actors/ovl_En_Test3/z_en_test3.c
index 062f76230..90ea18d05 100644
--- a/src/overlays/actors/ovl_En_Test3/z_en_test3.c
+++ b/src/overlays/actors/ovl_En_Test3/z_en_test3.c
@@ -782,7 +782,7 @@ s32 func_80A3FBE8(EnTest3* this, PlayState* play) {
CutsceneManager_SetReturnCamera(CAM_ID_MAIN);
Environment_StartTime();
if (((void)0, gSaveContext.save.time) > CLOCK_TIME(6, 0)) {
- func_800FE658(TIME_TO_MINUTES_ALT_F(fabsf((s16) - ((void)0, gSaveContext.save.time))));
+ Environment_SetTimeJump(TIME_TO_MINUTES_ALT_F(fabsf((s16) - ((void)0, gSaveContext.save.time))));
}
if (play->actorCtx.flags & ACTORCTX_FLAG_6) {
SET_WEEKEVENTREG(WEEKEVENTREG_ESCAPED_SAKONS_HIDEOUT);