mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-19 05:22:21 -04:00
Decompile countdownTimerIsRunning and rename ai00c3 to aiIfCountdownTimerStopped
This commit is contained in:
@@ -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), \
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user