mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-10 13:54:50 -04:00
Decompile aiSetCountdownTimerValue
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -398,4 +398,6 @@ u32 func0f188210(void);
|
||||
u32 func0f18b9e4(void);
|
||||
u32 func0f1a78b0(void);
|
||||
|
||||
void countdownTimerSetValue(float frames);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user