mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-15 12:38:56 -04:00
Decompile mpBodyGetHeadIndex
This commit is contained in:
@@ -303,11 +303,13 @@ extern u32 var800874c8;
|
||||
extern u32 var800874cc;
|
||||
extern u32 var800874f0;
|
||||
extern struct mphead g_MpBeauHeads[NUM_MPBEAUHEADS];
|
||||
extern struct mphead g_MpHeads[NUM_MPHEADS];
|
||||
extern struct mphead g_MpHeads[75];
|
||||
extern u32 table_0x2d678[];
|
||||
extern struct mpsimulant g_MpGeneralSimulants[];
|
||||
extern struct mpsimulant mpspecialsimulants[];
|
||||
extern struct mpbody g_MpBodies[NUM_MPBODIES];
|
||||
extern u32 g_MpMaleHeads[44];
|
||||
extern u32 g_MpFemaleHeads[7];
|
||||
extern struct mptrack g_MpTracks[NUM_MPTRACKS];
|
||||
extern struct mppreset g_MpPresets[NUM_MPPRESETS];
|
||||
extern u32 g_TeamColours[MAX_TEAMS];
|
||||
|
||||
@@ -55,7 +55,7 @@ s32 mpGetBodyId(u8 bodynum);
|
||||
s32 mpGetBodyIndexByBodyId(u16 bodyid);
|
||||
char *mpGetBodyName(u8 bodynum);
|
||||
u8 mpGetBodyUnk06(u8 bodynum);
|
||||
s32 func0f18bc9c(s32 arg0);
|
||||
s32 mpBodyGetMpHeadIndex(s32 bodynum);
|
||||
u32 func0f18bee8(void);
|
||||
s32 mpSetLock(s32 arg0, s32 arg1);
|
||||
u32 mpGetLockType(void);
|
||||
|
||||
Reference in New Issue
Block a user