Decompile aiIfObjectiveComplete and aiIfObjectiveFailed

This commit is contained in:
Ryan Dwyer
2019-11-28 12:18:26 +10:00
parent 74d3540ee7
commit 299cccfcd5
5 changed files with 39 additions and 107 deletions
+4
View File
@@ -521,6 +521,10 @@
#define OBJTYPE_MINE 0x3a
#define OBJTYPE_ESCALATOR 0x3b
#define OBJECTIVE_INCOMPLETE 0
#define OBJECTIVE_COMPLETE 1
#define OBJECTIVE_FAILED 2
#define OPERATOR_LESS_THAN 0
#define OPERATOR_GREATER_THAN 1
+2 -2
View File
@@ -117,8 +117,8 @@
/*0x0070*/ bool aiLockDoor(void);
/*0x0071*/ bool aiUnlockDoor(void);
/*0x0072*/ bool aiIfDoorLocked(void);
/*0x0073*/ bool ai0073(void);
/*0x0074*/ bool ai0074(void);
/*0x0073*/ bool aiIfObjectiveComplete(void);
/*0x0074*/ bool aiIfObjectiveFailed(void);
/*0x0075*/ bool ai0075(void);
/*0x0076*/ bool ai0076(void);
/*0x0077*/ bool aiIfDifficultyLessThan(void);
+3 -3
View File
@@ -380,9 +380,9 @@ u32 func0f095330(void);
u32 func0f095340(void);
u32 func0f0953cc(void);
u32 func0f095560(void);
u32 func0f0955f4(void);
u32 func0f095650(void);
u32 func0f095684(void);
s32 func0f0955f4(void);
u32 func0f095650(u32 arg0);
u32 func0f095684(u32 arg0);
u32 func0f095b64(void);
u32 func0f095bf4(void);
u32 func0f095c04(void);