mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 15:53:34 -04:00
Decompile mpGetUnlockedTrackNum
This commit is contained in:
@@ -62,12 +62,12 @@ u32 mpGetLockType(void);
|
||||
u32 mpGetLockPlayerNum(void);
|
||||
u32 func0f18bfd8(void);
|
||||
u32 func0f18c014(void);
|
||||
u32 func0f18c0c0(void);
|
||||
bool mpIsTrackUnlocked(s32 arg0);
|
||||
s32 func0f18c138(s32 arg0);
|
||||
s32 mpGetUnlockedTrackNum(s32 tracknum);
|
||||
s32 mpGetUnlockedTrackNum(s32 slotindex);
|
||||
s32 func0f18c200(void);
|
||||
s32 mpGetTrackAudioId(s32 tracknum);
|
||||
char *mpGetTrackName(s32 tracknum);
|
||||
s32 mpGetTrackAudioId(s32 slotindex);
|
||||
char *mpGetTrackName(s32 slotindex);
|
||||
void mpSetUsingMultipleTunes(bool enable);
|
||||
bool mpGetUsingMultipleTunes(void);
|
||||
u32 func0f18c2b0(void);
|
||||
|
||||
Reference in New Issue
Block a user