mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 23:54:40 -04:00
Identify aiIfTimerLessThan, aiIfTimerLessThan and heliGetTimer
This commit is contained in:
@@ -190,8 +190,8 @@
|
||||
/*0x00b9*/ bool aiResumeTimer(void);
|
||||
/*0x00ba*/ bool aiIfTimerStopped(void);
|
||||
/*0x00bb*/ bool aiIfTimerGreaterThanRandom(void);
|
||||
/*0x00bc*/ bool ai00bc(void);
|
||||
/*0x00bd*/ bool ai00bd(void);
|
||||
/*0x00bc*/ bool aiIfTimerLessThan(void);
|
||||
/*0x00bd*/ bool aiIfTimerGreaterThan(void);
|
||||
/*0x00be*/ bool aiShowCountdownTimer(void);
|
||||
/*0x00bf*/ bool aiHideCountdownTimer(void);
|
||||
/*0x00c0*/ bool aiSetCountdownTimerValue(void);
|
||||
|
||||
@@ -169,7 +169,7 @@ u32 func0f07b038(struct heliobj *heli);
|
||||
void func0f07b078(struct heliobj *heli);
|
||||
u32 func0f07b0bc(struct heliobj *heli, u32 arg1);
|
||||
u32 func0f07b0f4(struct heliobj *heli);
|
||||
u32 func0f07b120(void);
|
||||
float heliGetTimer(struct heliobj *heli);
|
||||
u32 func0f07b158(void);
|
||||
u32 func0f07b164(void);
|
||||
u32 func0f07b290(struct heliobj *heli, u32 arg1);
|
||||
|
||||
Reference in New Issue
Block a user