mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-03 16:42:16 -04:00
Decompile mpGetCurrentTrackSlotNum
This commit is contained in:
@@ -76,8 +76,8 @@ u32 func0f18c38c(void);
|
||||
void func0f18c3e4(void);
|
||||
u32 func0f18c40c(void);
|
||||
u32 func0f18c430(void);
|
||||
void func0f18c478(void);
|
||||
u32 mpGetTrackNum(void);
|
||||
void mpSetTrackToRandom(void);
|
||||
s32 mpGetCurrentTrackSlotNum(void);
|
||||
u32 func0f18c4c0(void);
|
||||
struct mpchr *func0f18c794(s32 index);
|
||||
u32 func0f18c828(void);
|
||||
|
||||
+1
-1
@@ -4164,7 +4164,7 @@ struct savefile_setup {
|
||||
/*0x800acc11*/ u8 unk89;
|
||||
/*0x800acc12*/ u8 usingmultipletunes;
|
||||
/*0x800acc13*/ u8 unk8b;
|
||||
/*0x800acc14*/ s8 unk8c;
|
||||
/*0x800acc14*/ s8 tracknum; // -1 = random
|
||||
};
|
||||
|
||||
struct mpscenario {
|
||||
|
||||
Reference in New Issue
Block a user