Decompile mpInitSimulants

This commit is contained in:
Ryan Dwyer
2020-02-20 17:24:42 +10:00
parent 1d190dc336
commit 6fa10d2754
40 changed files with 50 additions and 81 deletions
+1 -1
View File
@@ -366,7 +366,7 @@
/*0x0182*/ bool aiPunchOrKick(void);
/*0x0183*/ bool aiIfTargetIsPlayer(void);
/*0x0184*/ bool ai0184(void);
/*0x0185*/ bool ai0185(void);
/*0x0185*/ bool aiMpInitSimulants(void);
/*0x0186*/ bool aiIfSoundTimer(void);
/*0x0187*/ bool aiSetTargetToEyespyIfInSight(void);
/*0x0188*/ bool aiIfLiftStationary(void);
+1 -1
View File
@@ -307,7 +307,7 @@ extern struct mpbody g_MpBodies[NUM_MPBODIES];
extern struct mptrack g_MpTracks[NUM_MPTRACKS];
extern struct mppreset g_MpPresets[NUM_MPPRESETS];
extern u32 g_TeamColours[MAX_TEAMS];
extern u32 var80087d10;
extern u8 var80087d10;
extern u32 var80087d14[];
extern u32 g_MpBotCommands[NUM_MPBOTCOMMANDS];
extern u32 var80087e2c;
+2 -2
View File
@@ -5,8 +5,8 @@
u32 func0f190260(void);
void mpChrReset(struct chrdata *chr, u8 full);
u32 func0f1905f0(void);
u32 func0f190708(void);
void mpInitSimulant(u32 *arg0, s32 arg1);
void mpInitSimulants(void);
u32 func0f190774(void);
u32 func0f190784(void);
u32 func0f190be4(void);
+1 -1
View File
@@ -18,7 +18,7 @@ u32 func0f19c1cc(void);
u32 func0f19c288(void);
u32 func0f19c2b0(void);
bool func0f19c53c(void);
bool ai0185(void);
bool aiMpInitSimulants(void);
void func0f19ab40(void);
bool func0f19af3c(s32 chrnum, s32 challengeindex);
bool mpIsChallengeAvailable(s32 challengeindex);