From 84136392146cb618a74ff7a18391d30f27791c32 Mon Sep 17 00:00:00 2001 From: Fazana <52551480+FazanaJ@users.noreply.github.com> Date: Sun, 22 May 2022 13:33:59 +0100 Subject: [PATCH] Update game_text.c --- src/game_text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game_text.c b/src/game_text.c index 45eaadb3..f22cac23 100644 --- a/src/game_text.c +++ b/src/game_text.c @@ -190,7 +190,7 @@ void func_800C3440(s32 arg0) { if (D_8012A786 != 0) { D_8012A785 -= arg0; while (D_8012A785 < 0) { - D_8012A785 += normalise_time(0x3C); + D_8012A785 += normalise_time(60); D_8012A786--; } if (D_8012A786 <= 0) {