From 6a8baf89369374a4e3bbccb5b45d5de36eb7e843 Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Thu, 10 Jul 2025 23:11:36 +0000 Subject: port pr 730 from the decomp (#445) * port pr 730 from the decomp Co-Authored-By: Jed Grabman <7600154+jedgrabman@users.noreply.github.com> * rename file * small fix * finish fix time trial --------- Co-authored-by: Jed Grabman <7600154+jedgrabman@users.noreply.github.com> Co-authored-by: MegaMech --- src/update_objects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/update_objects.c') diff --git a/src/update_objects.c b/src/update_objects.c index 990646a74..fe823d602 100644 --- a/src/update_objects.c +++ b/src/update_objects.c @@ -205,7 +205,7 @@ void func_80072180(void) { if (gModeSelection == TIME_TRIALS) { if (((gPlayerOne->type & PLAYER_EXISTS) != 0) && ((gPlayerOne->type & (PLAYER_INVISIBLE_OR_BOMB | PLAYER_CPU)) == 0)) { - D_80162DF8 = 1; + gPostTimeTrialReplayCannotSave = 1; } } } -- cgit v1.2.3