Decompile func0f190260

This commit is contained in:
Ryan Dwyer
2020-02-20 19:21:34 +10:00
parent 7de45b85ce
commit d123af877c
5 changed files with 25 additions and 24 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ extern struct mptrack g_MpTracks[NUM_MPTRACKS];
extern struct mppreset g_MpPresets[NUM_MPPRESETS];
extern u32 g_TeamColours[MAX_TEAMS];
extern u8 g_NumMpSimulantChrs;
extern u32 var80087d14[];
extern struct var80087d14 var80087d14[];
extern u32 g_MpBotCommands[NUM_MPBOTCOMMANDS];
extern u32 var80087e2c;
extern u32 var80087e50;
+1 -1
View File
@@ -3,7 +3,7 @@
#include <ultra64.h>
#include "types.h"
u32 func0f190260(void);
bool func0f190260(struct chrdata *chr);
void mpChrReset(struct chrdata *chr, u8 full);
void mpInitSimulant(struct chrdata *chr, u8 full);
void mpInitSimulants(void);
+11
View File
@@ -5109,4 +5109,15 @@ struct propdefinition {
u16 scale;
};
struct var80087d14 {
u8 unk00;
f32 unk04;
f32 unk08;
u16 unk0c;
f32 unk10;
f32 unk14;
f32 unk18;
s32 blurdrugamount;
};
#endif