Attempt to decompile mpChooseTrack

This commit is contained in:
Ryan Dwyer
2022-01-09 10:54:15 +10:00
parent 4167ec8c89
commit 35ec39d188
4 changed files with 95 additions and 8 deletions
+1 -1
View File
@@ -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
View File
@@ -6133,7 +6133,7 @@ struct mplockinfo {
s8 lastwinner;
s8 lastloser;
s8 unk03;
s32 unk04; // might not be part of struct
s32 unk04;
};
struct var8009da60 {