Decompile mpGetBodyUnk06

This commit is contained in:
Ryan Dwyer
2020-01-19 20:22:43 +10:00
parent 76e5d003ab
commit 0e66af34f5
8 changed files with 29 additions and 34 deletions
+1
View File
@@ -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
+2 -2
View File
@@ -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);
+1 -1
View File
@@ -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
View File
@@ -2873,7 +2873,7 @@ struct mpsimulant {
u8 unlockvalue;
};
struct bodynum {
struct mpbody {
u16 slot;
u16 name;
u16 unk04;