mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-10 18:56:53 -04:00
Rename mpChallengeGetName to mpChallengeGetNameWithArg and decompile new mpChallengeGetName
This commit is contained in:
@@ -29,7 +29,7 @@ bool mpIsChallengeAvailable(s32 challengeindex);
|
||||
void func0f19afdc(void);
|
||||
u32 func0f19b540(void);
|
||||
u32 func0f19b664(void);
|
||||
u32 func0f19b6bc(void);
|
||||
char *mpChallengeGetName(s32 challengeindex);
|
||||
u32 func0f19b6f8(void);
|
||||
void mpSetCurrentChallenge(s32 slotnum);
|
||||
s32 mpGetCurrentChallengeIndex(void);
|
||||
@@ -51,7 +51,7 @@ bool mpIsVar800884b4NonZero(void);
|
||||
u32 func0f19c288(void);
|
||||
u32 func0f19c2b0(void);
|
||||
s32 mpGetNumChallengesAvailable(s32 mpchrnum);
|
||||
char *mpChallengeGetName(s32 arg0, s32 challengeindex);
|
||||
char *mpChallengeGetNameWithArg(s32 arg0, s32 challengeindex);
|
||||
bool func0f19c3bc(s32 mpchrnum, s32 index, s32 numplayers);
|
||||
bool mpIsChallengeCompletedByAnyChrWithNumPlayers(s32 index, s32 numplayers);
|
||||
void mpSetChallengeCompletedByAnyChrWithNumPlayers(s32 index, s32 numplayers, bool completed);
|
||||
|
||||
Reference in New Issue
Block a user