Decompile mpGetTrackName

This commit is contained in:
Ryan Dwyer
2020-01-18 22:30:45 +10:00
parent 0613e8441a
commit fcbfedd8ee
6 changed files with 23 additions and 34 deletions
+2 -2
View File
@@ -64,10 +64,10 @@ u32 func0f18bfd8(void);
u32 func0f18c014(void);
u32 func0f18c0c0(void);
u32 func0f18c138(void);
u32 func0f18c194(void);
s32 mpGetUnlockedTrackNum(s32 tracknum);
u32 func0f18c200(void);
u32 func0f18c220(void);
u32 func0f18c25c(void);
char *mpGetTrackName(s32 tracknum);
void mpSetUsingMultipleTunes(bool enable);
bool mpGetUsingMultipleTunes(void);
u32 func0f18c2b0(void);
+1
View File
@@ -303,6 +303,7 @@ extern u32 table_0x2d678[];
extern struct mpsimulant g_MpGeneralSimulants[];
extern struct mpsimulant mpspecialsimulants[];
extern struct bodynum mpbodytable[];
extern struct mptrack g_MpTracks[];
extern u32 mppresets[];
extern u32 g_TeamColours[];
extern u32 var80087d10;
+2 -2
View File
@@ -2880,10 +2880,10 @@ struct bodynum {
u8 unk06;
};
struct mpmusictrack {
struct mptrack {
u8 audioid;
u8 duration;
u16 name;
s16 name;
s16 unlockcategory;
};