From 67e023c2ab9a3c8d743a69e26534834f789de94b Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Thu, 17 Mar 2022 18:16:57 +1000 Subject: [PATCH] Decompile titleInitNoExpansion --- src/game/title.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/game/title.c b/src/game/title.c index 7544d0746..b3ddcd6c8 100644 --- a/src/game/title.c +++ b/src/game/title.c @@ -10622,14 +10622,10 @@ glabel titleRenderNoController #endif #if VERSION >= VERSION_JPN_FINAL -void titleInitNoExpansion(void); - -GLOBAL_ASM( -glabel titleInitNoExpansion -/* f01b628: 3c018006 */ lui $at,0x8006 -/* f01b62c: 03e00008 */ jr $ra -/* f01b630: ac2023a4 */ sw $zero,0x23a4($at) -); +void titleInitNoExpansion(void) +{ + g_TitleTimer = 0; +} #endif #if VERSION >= VERSION_JPN_FINAL