mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 04:29:29 -04:00
Decompile aiIfTimerStopped
This commit is contained in:
@@ -754,6 +754,10 @@
|
||||
#define resume_timer \
|
||||
mkshort(0x00b9),
|
||||
|
||||
#define if_timer_stopped(label) \
|
||||
mkshort(0x00ba), \
|
||||
label,
|
||||
|
||||
#define if_timer_gt(value, label) \
|
||||
mkshort(0x00bd), \
|
||||
0x00, \
|
||||
|
||||
@@ -188,7 +188,7 @@
|
||||
/*0x00b7*/ bool aiResetTimer(void);
|
||||
/*0x00b8*/ bool aiPauseTimer(void);
|
||||
/*0x00b9*/ bool aiResumeTimer(void);
|
||||
/*0x00ba*/ bool ai00ba(void);
|
||||
/*0x00ba*/ bool aiIfTimerStopped(void);
|
||||
/*0x00bb*/ bool ai00bb(void);
|
||||
/*0x00bc*/ bool ai00bc(void);
|
||||
/*0x00bd*/ bool ai00bd(void);
|
||||
|
||||
Reference in New Issue
Block a user