mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 07:44:34 -04:00
Attempt to decompile mpChooseTrack
This commit is contained in:
@@ -79,7 +79,7 @@ void mpDisableAllMultiTracks(void);
|
||||
void mpRandomiseMultiTracks(void);
|
||||
void mpSetTrackToRandom(void);
|
||||
s32 mpGetCurrentTrackSlotNum(void);
|
||||
u32 mpChooseRandomTrack(void);
|
||||
s32 mpChooseTrack(void);
|
||||
struct mpchrconfig *mpGetChrConfigBySlotNum(s32 slot);
|
||||
s32 mpGetChrIndexBySlotNum(s32 slot);
|
||||
s32 mpGetNumChrs(void);
|
||||
|
||||
+1
-1
@@ -6133,7 +6133,7 @@ struct mplockinfo {
|
||||
s8 lastwinner;
|
||||
s8 lastloser;
|
||||
s8 unk03;
|
||||
s32 unk04; // might not be part of struct
|
||||
s32 unk04;
|
||||
};
|
||||
|
||||
struct var8009da60 {
|
||||
|
||||
Reference in New Issue
Block a user