mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 04:29:29 -04:00
Decompile mpGetBodyUnk06
This commit is contained in:
@@ -557,6 +557,7 @@
|
||||
#define NUM_CHEATS 42
|
||||
#define NUM_FIRESLOTS 20
|
||||
#define NUM_MPBOTCOMMANDS 14
|
||||
#define NUM_MPBODIES 61
|
||||
#define NUM_MPTRACKS 42
|
||||
#define NUM_SOLONORMALSTAGES 17
|
||||
#define NUM_SOLOSTAGES 21
|
||||
|
||||
@@ -50,11 +50,11 @@ s32 mpGetNumHeads(void);
|
||||
u32 func0f18bb2c(void);
|
||||
u32 func0f18bb48(void);
|
||||
u32 func0f18bb64(void);
|
||||
u32 func0f18bb88(void);
|
||||
u32 mpGetNumBodies(void);
|
||||
u32 func0f18bb90(void);
|
||||
u32 func0f18bbd8(void);
|
||||
u32 func0f18bc30(void);
|
||||
u32 func0f18bc70(void);
|
||||
u8 mpGetBodyUnk06(u8 bodynum);
|
||||
s32 func0f18bc9c(s32 arg0);
|
||||
u32 func0f18bee8(void);
|
||||
s32 mpSetLock(s32 arg0, s32 arg1);
|
||||
|
||||
@@ -302,7 +302,7 @@ extern struct mpheadentry mpheadstable[];
|
||||
extern u32 table_0x2d678[];
|
||||
extern struct mpsimulant g_MpGeneralSimulants[];
|
||||
extern struct mpsimulant mpspecialsimulants[];
|
||||
extern struct bodynum mpbodytable[];
|
||||
extern struct mpbody g_MpBodies[NUM_MPBODIES];
|
||||
extern struct mptrack g_MpTracks[NUM_MPTRACKS];
|
||||
extern u32 mppresets[];
|
||||
extern u32 g_TeamColours[MAX_TEAMS];
|
||||
|
||||
+1
-1
@@ -2873,7 +2873,7 @@ struct mpsimulant {
|
||||
u8 unlockvalue;
|
||||
};
|
||||
|
||||
struct bodynum {
|
||||
struct mpbody {
|
||||
u16 slot;
|
||||
u16 name;
|
||||
u16 unk04;
|
||||
|
||||
Reference in New Issue
Block a user