Decompile mpForceUnlockSimulantFeatures2

This commit is contained in:
Ryan Dwyer
2020-11-25 09:01:57 +10:00
parent f467a2ea67
commit c4c6c6a9b7
4 changed files with 80 additions and 171 deletions
+1 -1
View File
@@ -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);
+13
View File
@@ -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