Decompile func0f090520 and rename if_alarm_inactive back to cmd003b because the name was wrong

This commit is contained in:
Ryan Dwyer
2020-05-29 20:17:29 +10:00
parent 1fbd8ec44e
commit 1ba94cabc2
8 changed files with 11 additions and 25 deletions
+1 -4
View File
@@ -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,
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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);