mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-17 23:00:55 -04:00
Decompile aiIfStageIdLessThan
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -7,4 +7,6 @@ u8 random(void);
|
||||
// Not sure what type the argument is
|
||||
u8 *ailistFindById(s32 ailistid);
|
||||
|
||||
s32 getCurrentStageId(void);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
extern u32 levelnum;
|
||||
extern s32 levelnum;
|
||||
extern u64 rand_seed;
|
||||
|
||||
extern u32 var0000bc00;
|
||||
|
||||
Reference in New Issue
Block a user