mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 20:40:35 -04:00
Decompile func0f090520 and rename if_alarm_inactive back to cmd003b because the name was wrong
This commit is contained in:
@@ -537,10 +537,7 @@
|
||||
mkshort(0x003a), \
|
||||
label,
|
||||
|
||||
/**
|
||||
* Checks if the alarm is currently quiet.
|
||||
*/
|
||||
#define if_alarm_inactive(label) \
|
||||
#define cmd003b(label) \
|
||||
mkshort(0x003b), \
|
||||
label,
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
/*0x0038*/ bool aiIfRandomGreaterThan(void);
|
||||
/*0x0039*/ bool aiIfCanHearAlarm(void);
|
||||
/*0x003a*/ bool aiIfAlarmActive(void);
|
||||
/*0x003b*/ bool aiIfAlarmInactive(void);
|
||||
/*0x003b*/ bool ai003b(void);
|
||||
/*0x003c*/ bool ai003c(void);
|
||||
/*0x003d*/ bool aiIfSawInjury(void);
|
||||
/*0x003e*/ bool aiIfSawDeath(void);
|
||||
|
||||
@@ -29,7 +29,7 @@ extern u32 var800698c0;
|
||||
extern s32 g_AlarmAudioHandle;
|
||||
extern f32 g_AlarmSpeakerWeight;
|
||||
extern f32 g_AlarmSpeakerDirection;
|
||||
extern u32 var800698e4;
|
||||
extern f32 var800698e4;
|
||||
extern u32 var800698e8;
|
||||
extern u32 var800698ec;
|
||||
extern u32 var800698f8;
|
||||
|
||||
@@ -329,7 +329,7 @@ bool func0f09018c(struct prop *doorprop);
|
||||
u32 func0f0903d4(void);
|
||||
u32 func0f09044c(void);
|
||||
u32 func0f0904e0(void);
|
||||
u32 func0f090520(void);
|
||||
bool func0f090520(void);
|
||||
void func0f09054c(void);
|
||||
u32 func0f0908b8(void);
|
||||
u32 func0f090d34(void);
|
||||
|
||||
Reference in New Issue
Block a user