mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 04:52:03 -04:00
Decompile func0f097f28
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
void func0f097ba0(s32 handnum, s32 weaponnum);
|
||||
s32 weaponGetUnequippedReloadIndex(s32 weaponnum);
|
||||
void handsTickUnequippedReload(void);
|
||||
u32 func0f097df0(void);
|
||||
bool func0f097df0(struct inventory_typef *arg0, struct hand *hand);
|
||||
void func0f097e74(s16 partnum, s32 arg1, struct hand *hand, struct modelfiledata *arg3);
|
||||
void func0f097f28(struct hand *hand, struct modelfiledata *arg1, struct inventory_typef *arg2);
|
||||
void func0f098030(struct hand *hand, struct modelfiledata *arg1);
|
||||
|
||||
+4
-4
@@ -3038,11 +3038,11 @@ struct inventory_class {
|
||||
};
|
||||
|
||||
struct inventory_typef {
|
||||
u16 unk00;
|
||||
u16 unk04;
|
||||
u8 unk00;
|
||||
u16 unk02;
|
||||
u8 unk04;
|
||||
u16 unk06;
|
||||
u16 unk08;
|
||||
u16 unk0c;
|
||||
u16 unk10;
|
||||
};
|
||||
|
||||
struct weaponfunc {
|
||||
|
||||
Reference in New Issue
Block a user