Decompile mpGetBeauHeadId

This commit is contained in:
Ryan Dwyer
2020-01-19 21:09:05 +10:00
parent 31176b14f6
commit c0221e30d0
8 changed files with 27 additions and 25 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ u32 func0f18bb1c(void);
s32 mpGetNumHeads(void);
u32 func0f18bb2c(void);
u32 func0f18bb48(void);
u32 func0f18bb64(void);
s32 mpGetBeauHeadId(u8 headnum);
u32 mpGetNumBodies(void);
s32 mpGetBodyId(u8 bodynum);
s32 mpGetBodyIndexByBodyId(u16 bodyid);
+2 -1
View File
@@ -298,7 +298,8 @@ extern struct mpweaponset mpweaponsetstable[];
extern u32 var800874c8;
extern u32 var800874cc;
extern u32 var800874f0;
extern struct mpheadentry mpheadstable[];
extern struct mphead g_MpBeauHeads[];
extern struct mphead g_MpHeads[];
extern u32 table_0x2d678[];
extern struct mpsimulant g_MpGeneralSimulants[];
extern struct mpsimulant mpspecialsimulants[];
+2 -2
View File
@@ -2846,8 +2846,8 @@ struct mpweaponset {
u8 slots[16];
};
struct mpheadentry {
u16 head;
struct mphead {
s16 headid;
u8 unlockvalue;
};