mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 04:29:29 -04:00
Decompile mpGetTrackName
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
@@ -2880,10 +2880,10 @@ struct bodynum {
|
||||
u8 unk06;
|
||||
};
|
||||
|
||||
struct mpmusictrack {
|
||||
struct mptrack {
|
||||
u8 audioid;
|
||||
u8 duration;
|
||||
u16 name;
|
||||
s16 name;
|
||||
s16 unlockcategory;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user