Attempt to decompile func0f09df9c

This commit is contained in:
Ryan Dwyer
2020-08-20 19:30:55 +10:00
parent 30a1736514
commit 4be67ed0d1
8 changed files with 49 additions and 350 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ extern struct ammotype g_AmmoTypes[33];
extern u32 var80070500;
extern u32 var8007050c;
extern u32 var80070518;
extern u32 var80070524;
extern s32 var80070524;
extern u32 var80070528;
extern u32 var80070534;
extern u32 var80070574;
+1 -1
View File
@@ -61,7 +61,7 @@ u32 func0f09ddec(void);
u32 func0f09ddfc(void);
void func0f09df50(void);
void func0f09df64(s32 arg0);
u32 func0f09df9c(void);
void func0f09df9c(void);
u32 func0f09e004(void);
u32 func0f09e144(void);
u32 func0f09e4e0(void);
+1 -1
View File
@@ -583,7 +583,7 @@ extern u32 var8009d0e0;
extern u32 var8009d0f0;
extern u32 var8009d144;
extern struct fireslot g_Fireslots[NUM_FIRESLOTS];
extern u32 var8009d510;
extern struct var8009d510 var8009d510[20];
extern u32 var8009da60;
extern u32 var8009dbe0;
extern u32 var8009dd00;
+24 -4
View File
@@ -2333,11 +2333,11 @@ struct player {
/*0x1588*/ u32 unk1588;
/*0x158c*/ u32 unk158c;
/*0x1590*/ u32 unk1590;
/*0x1594*/ u32 unk1594;
/*0x1594*/ s32 unk1594;
/*0x1598*/ u32 unk1598;
/*0x159c*/ u32 unk159c;
/*0x15a0*/ u32 unk15a0;
/*0x15a4*/ u32 unk15a4;
/*0x159c*/ u16 unk159c;
/*0x15a0*/ s32 unk15a0;
/*0x15a4*/ s32 unk15a4;
/*0x15a8*/ u32 unk15a8;
/*0x15ac*/ u32 unk15ac;
/*0x15b0*/ u8 unk15b0;
@@ -6378,4 +6378,24 @@ struct var800aa5d8 {
s16 unk18;
};
struct var8009d510 {
/*0x00*/ u32 unk00;
/*0x04*/ u32 unk04;
/*0x08*/ u32 unk08;
/*0x0c*/ u32 unk0c;
/*0x10*/ u32 unk10;
/*0x14*/ u32 unk14;
/*0x18*/ u32 unk18;
/*0x1c*/ u32 unk1c;
/*0x20*/ u32 unk20;
/*0x24*/ u32 unk24;
/*0x28*/ u32 unk28;
/*0x2c*/ u32 unk2c;
/*0x30*/ u32 unk30;
/*0x34*/ u32 unk34;
/*0x38*/ u32 unk38;
/*0x3c*/ u32 unk3c;
/*0x40*/ u32 unk40;
};
#endif