Decompile mpCalculateLockIfLastWinnerOrLoser

This commit is contained in:
Ryan Dwyer
2020-08-20 20:06:09 +10:00
parent 6e2472b2bc
commit 574091e310
6 changed files with 44 additions and 72 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ bool mpSetLock(s32 locktype, s32 playernum);
u32 mpGetLockType(void);
u32 mpGetLockPlayerNum(void);
bool mpIsPlayerLockedOut(u32 playernum);
void func0f18c014(void);
void mpCalculateLockIfLastWinnerOrLoser(void);
bool mpIsTrackUnlocked(s32 tracknum);
s32 mpGetTrackSlotIndex(s32 tracknum);
s32 mpGetTrackNumAtSlotIndex(s32 slotindex);
+1 -1
View File
@@ -817,7 +817,7 @@ extern struct mpplayer g_MpPlayers[6];
extern u8 g_ActiveMenuMpBotCommands[16];
extern struct mpsetup g_MpSetup;
extern struct savefile_setup g_MpSetupSaveFile;
extern s8 g_MpLockPlayerNum;
extern struct mplockinfo g_MpLockInfo;
extern u32 var800acc28[18];
extern u32 var800acc70;
extern u32 var800acc74;
+6
View File
@@ -6398,4 +6398,10 @@ struct var8009d510 {
/*0x40*/ u32 unk40;
};
struct mplockinfo {
s8 lockedplayernum;
s8 lastwinner;
s8 lastloser;
};
#endif