Decompile aiIfStageIdLessThan

This commit is contained in:
Ryan Dwyer
2019-10-19 13:33:05 +10:00
parent 9f079b6e23
commit bdb585294a
6 changed files with 19 additions and 42 deletions
+1 -1
View File
@@ -125,7 +125,7 @@
/*0x0078*/ bool aiIfDifficultyGreaterThan(void);
/*0x0079*/ bool aiIfUptimeLessThan(void);
/*0x007a*/ bool aiIfUptimeGreaterThan(void);
/*0x007b*/ bool ai007b(void);
/*0x007b*/ bool aiIfStageIdLessThan(void);
/*0x007c*/ bool ai007c(void);
/*0x007d*/ bool ai007d(void);
/*0x007e*/ bool ai007e(void);
+2
View File
@@ -7,4 +7,6 @@ u8 random(void);
// Not sure what type the argument is
u8 *ailistFindById(s32 ailistid);
s32 getCurrentStageId(void);
#endif
+1 -1
View File
@@ -3,7 +3,7 @@
#include <ultra64.h>
#include "types.h"
extern u32 levelnum;
extern s32 levelnum;
extern u64 rand_seed;
extern u32 var0000bc00;