mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 14:49:59 -04:00
Decompile mpCalculateLockIfLastWinnerOrLoser
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -6398,4 +6398,10 @@ struct var8009d510 {
|
||||
/*0x40*/ u32 unk40;
|
||||
};
|
||||
|
||||
struct mplockinfo {
|
||||
s8 lockedplayernum;
|
||||
s8 lastwinner;
|
||||
s8 lastloser;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user