mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-18 05:08:36 -04:00
Decompile func0f09afe4
This commit is contained in:
@@ -14,7 +14,7 @@ u32 func0f098030(void);
|
||||
f32 func0f09815c(struct hand *hand);
|
||||
u32 func0f0981e8(void);
|
||||
bool func0f098884(struct guncmd *cmd, struct shorthand *hand);
|
||||
void func0f0988e0(struct guncmd *cmd, bool arg1, struct hand *hand);
|
||||
void func0f0988e0(struct guncmd *cmd, s32 handnum, struct hand *hand);
|
||||
bool func0f098a44(struct hand *hand, s32 time);
|
||||
u32 func0f098bfc(void);
|
||||
void func0f098c0c(struct hand *hand);
|
||||
@@ -31,9 +31,9 @@ s32 func0f099808(struct handweaponinfo *info, s32 handnum, struct hand *hand, s3
|
||||
u32 func0f099c24(void);
|
||||
s32 func0f099c48(struct handweaponinfo *info, s32 handnum, struct hand *hand, s32 lvupdate);
|
||||
s32 func0f09a310(struct handweaponinfo *info, s32 handnum, struct hand *hand, s32 lvupdate);
|
||||
u32 func0f09a3f8(void);
|
||||
u32 func0f09a6f8(void);
|
||||
u32 func0f09aba4(void);
|
||||
s32 func0f09a3f8(struct hand *hand, struct weaponfunc *func);
|
||||
void func0f09a6f8(struct handweaponinfo *info, s32 handnum, struct hand *hand, struct weaponfunc *func);
|
||||
bool func0f09aba4(struct hand *hand, struct handweaponinfo *info, s32 handnum, struct weaponfunc *func);
|
||||
bool func0f09afe4(struct handweaponinfo *info, s32 handnum, struct hand *hand);
|
||||
bool func0f09b260(s32 handnum, struct hand *hand);
|
||||
s32 weaponGetMinClipQty(s32 weaponnum, s32 funcnum);
|
||||
|
||||
+1
-1
@@ -2354,7 +2354,7 @@ struct hand {
|
||||
/*0x0c8c*/ u32 unk0c8c;
|
||||
/*0x0c90*/ u32 unk0c90;
|
||||
/*0x0c94*/ u32 unk0c94;
|
||||
/*0x0c98*/ u32 unk0c98;
|
||||
/*0x0c98*/ f32 unk0c98;
|
||||
/*0x0c9c*/ u32 unk0c9c;
|
||||
/*0x0ca0*/ u32 unk0ca0;
|
||||
/*0x0ca4*/ u32 unk0ca4;
|
||||
|
||||
Reference in New Issue
Block a user