Decompile aiSetCountdownTimerValue

This commit is contained in:
Ryan Dwyer
2019-11-03 21:54:10 +10:00
parent 01a0e40a22
commit ff9ea83a5f
5 changed files with 16 additions and 34 deletions
+1 -1
View File
@@ -194,7 +194,7 @@
/*0x00bd*/ bool ai00bd(void);
/*0x00be*/ bool aiShowCountdownTimer(void);
/*0x00bf*/ bool aiHideCountdownTimer(void);
/*0x00c0*/ bool ai00c0(void);
/*0x00c0*/ bool aiSetCountdownTimerValue(void);
/*0x00c1*/ bool aiStopCountdownTimer(void);
/*0x00c2*/ bool aiStartCountdownTimer(void);
/*0x00c3*/ bool aiIfCountdownTimerStopped(void);
+2
View File
@@ -398,4 +398,6 @@ u32 func0f188210(void);
u32 func0f18b9e4(void);
u32 func0f1a78b0(void);
void countdownTimerSetValue(float frames);
#endif