Decompile countdownTimerIsRunning and rename ai00c3 to aiIfCountdownTimerStopped

This commit is contained in:
Ryan Dwyer
2019-11-03 21:10:17 +10:00
parent 685f08500a
commit 19ee38a4f9
5 changed files with 12 additions and 10 deletions
+4
View File
@@ -835,6 +835,10 @@
#define start_countdown_timer \
mkshort(0x00c2),
#define if_countdown_timer_stopped(label) \
mkshort(0x00c3), \
label,
#define if_countdown_timer_lt(value, label) \
mkshort(0x00c4), \
mkshort(value), \
+1 -1
View File
@@ -197,7 +197,7 @@
/*0x00c0*/ bool ai00c0(void);
/*0x00c1*/ bool aiStopCountdownTimer(void);
/*0x00c2*/ bool aiStartCountdownTimer(void);
/*0x00c3*/ bool ai00c3(void);
/*0x00c3*/ bool aiIfCountdownTimerStopped(void);
/*0x00c4*/ bool ai00c4(void);
/*0x00c5*/ bool ai00c5(void);
/*0x00c6*/ bool ai00c6(void);