Decompile mpGetBodyName

This commit is contained in:
Ryan Dwyer
2020-01-19 20:25:18 +10:00
parent 0e66af34f5
commit 3b969e558c
4 changed files with 12 additions and 23 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ u32 func0f18bb64(void);
u32 mpGetNumBodies(void);
u32 func0f18bb90(void);
u32 func0f18bbd8(void);
u32 func0f18bc30(void);
char *mpGetBodyName(u8 bodynum);
u8 mpGetBodyUnk06(u8 bodynum);
s32 func0f18bc9c(s32 arg0);
u32 func0f18bee8(void);
+1 -1
View File
@@ -2875,7 +2875,7 @@ struct mpsimulant {
struct mpbody {
u16 slot;
u16 name;
s16 name;
u16 unk04;
u8 unk06;
};