mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-13 04:25:18 -04:00
Decompile mpForceUnlockSimulantFeatures2
This commit is contained in:
@@ -16,7 +16,7 @@ bool mpIsChallengeCompletedByAnyChrWithNumPlayersBySlot(s32 slot, s32 numplayers
|
||||
struct mpconfigfull *mpLoadConfig(s32 confignum, u8 *buffer, s32 len);
|
||||
s32 mpForceUnlockFeature(s32 featurenum, u8 *array, s32 tail, s32 len);
|
||||
s32 mpForceUnlockSetupFeatures(struct mpsetup *mpsetup, u8 *array, s32 len);
|
||||
u32 func0f19bd4c(void);
|
||||
void mpForceUnlockSimulantFeatures2(struct mpsetupwrapper *wrapper, u8 *array, s32 len, s32 arg3);
|
||||
void mpForceUnlockSimulantFeatures(void);
|
||||
void func0f19c1cc(void);
|
||||
char *mpGetCurrentChallengeDescription(void);
|
||||
|
||||
@@ -6658,4 +6658,17 @@ struct var80067e6c {
|
||||
f32 value;
|
||||
};
|
||||
|
||||
struct mpsetupwrapperthing {
|
||||
/*0x28*/ u8 simskill;
|
||||
/*0x29*/ u8 mpheadnum;
|
||||
/*0x2a*/ u8 mpbodynum;
|
||||
/*0x2b*/ u8 unk2b;
|
||||
/*0x2c*/ u8 simtypes[4];
|
||||
};
|
||||
|
||||
struct mpsetupwrapper {
|
||||
struct mpsetup setup;
|
||||
struct mpsetupwrapperthing things[8];
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user