mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-07 03:47:21 -04:00
Decompile mpInitSimulants
This commit is contained in:
@@ -3268,7 +3268,7 @@
|
||||
u1, \
|
||||
u2,
|
||||
|
||||
#define cmd0185_mponly \
|
||||
#define mp_init_simulants \
|
||||
mkshort(0x0185),
|
||||
|
||||
#define if_chr_soundtimer(value, operator, label) \
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -868,7 +868,7 @@ extern s8 g_MpLockPlayerNum;
|
||||
extern u32 var800acc28;
|
||||
extern u32 var800acc70;
|
||||
extern u32 var800acc74;
|
||||
extern u32 var800acc80;
|
||||
extern u32 *var800acc80[MAX_SIMULANTS];
|
||||
extern u8 var800acca0[40];
|
||||
extern u8 g_MpChallengesCompleted[];
|
||||
extern u32 var800acd20;
|
||||
|
||||
Reference in New Issue
Block a user