mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-03 00:26:53 -04:00
Decompile func0f098a44
This commit is contained in:
@@ -11,11 +11,11 @@ u32 func0f097df0(void);
|
||||
u32 func0f097e74(void);
|
||||
u32 func0f097f28(void);
|
||||
u32 func0f098030(void);
|
||||
u32 func0f09815c(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);
|
||||
u32 func0f098a44(void);
|
||||
bool func0f098a44(struct hand *hand, s32 time);
|
||||
u32 func0f098bfc(void);
|
||||
void func0f098c0c(struct hand *hand);
|
||||
void handGetWeaponInfo(struct handweaponinfo *info, s32 handnum);
|
||||
|
||||
+5
-1
@@ -2033,8 +2033,12 @@ struct hand {
|
||||
/*0x0cb0*/ u32 unk0cb0;
|
||||
/*0x0cb4*/ u32 unk0cb4;
|
||||
/*0x0cb8*/ s32 unk0cb8;
|
||||
/*0x0cbc*/ u32 unk0cbc;
|
||||
/*0x0cbc*/ s32 unk0cbc;
|
||||
#if VERSION >= VERSION_PAL_FINAL
|
||||
/*0x0cc0*/ f32 unk0cc0;
|
||||
#else
|
||||
/*0x0cc0*/ u32 unk0cc0;
|
||||
#endif
|
||||
/*0x0cc4*/ u32 unk0cc4;
|
||||
/*0x0cc8*/ u8 unk0cc8_01 : 1;
|
||||
/*0x0cc8*/ u8 unk0cc8_02 : 1;
|
||||
|
||||
Reference in New Issue
Block a user