mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 07:32:16 -04:00
Decompile func0f190260
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user