mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-02 00:14:10 -04:00
Decompile freeFireslot
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user