Decompile freeFireslot

This commit is contained in:
Ryan Dwyer
2019-12-23 21:56:18 +10:00
parent 9ead5f8a48
commit d1adc6eee4
10 changed files with 46 additions and 278 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ u32 func0f0a5550(void);
u32 func0f0a695c(void);
u32 func0f0a6c30(void);
u32 func0f0a70a8(void);
s8 freeFireslot(s8 fireslot);
s8 freeFireslot(s32 fireslot);
u32 func0f0a70f8(void);
u32 func0f0a7138(void);
u32 func0f0a7d5c(void);
+1 -1
View File
@@ -601,7 +601,7 @@ extern u32 var8009d0d8;
extern u32 var8009d0e0;
extern u32 var8009d0f0;
extern u32 var8009d144;
extern u32 var8009d150;
extern struct fireslot g_Fireslots[];
extern u32 var8009d510;
extern u32 var8009da60;
extern u32 var8009dbe0;
+15
View File
@@ -2811,4 +2811,19 @@ struct room {
/*0x88*/ u32 unk88;
};
struct fireslot {
/*0x00*/ s32 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;
};
#endif