Decompile countdownTimerSetRunning

This commit is contained in:
Ryan Dwyer
2019-11-03 21:05:44 +10:00
parent b35dd09ce5
commit 685f08500a
3 changed files with 6 additions and 7 deletions
+4 -6
View File
@@ -54871,12 +54871,10 @@ glabel func0f090864
/* f09086c: c420990c */ lwc1 $f0,-0x66f4($at)
);
GLOBAL_ASM(
glabel countdownTimerSetRunning
/* f090870: 3c018007 */ lui $at,0x8007
/* f090874: 03e00008 */ jr $ra
/* f090878: ac249908 */ sw $a0,-0x66f8($at)
);
void countdownTimerSetRunning(bool running)
{
g_CountdownTimerRunning = running;
}
GLOBAL_ASM(
glabel func0f09087c
+1
View File
@@ -23,6 +23,7 @@ extern u32 var800663d8;
extern u32 var80067b30;
extern u32 var80067b78;
extern u32 g_CountdownTimerVisible;
extern bool g_CountdownTimerRunning;
extern u32 g_StageFlags;
extern struct audiodefinition audiodefinitions[];
+1 -1
View File
@@ -14959,8 +14959,8 @@ u32 var800698fc = 0x00000000;
u32 var80069900 = 0x00000000;
u32 g_CountdownTimerVisible = 1; // 80069904
bool g_CountdownTimerRunning = false; // 80069908
u32 var80069908 = 0x00000000;
u32 var8006990c = 0x00000000;
u32 var80069910 = 0x00000000;
u32 var80069914 = 0x00000000;