mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 22:59:11 -04:00
Attempt to decompile handPopulateFromCurrentPlayer
This commit is contained in:
@@ -23,7 +23,7 @@ s32 currentPlayerGetDeviceState(s32 weaponnum);
|
||||
void currentPlayerSetDeviceActive(s32 weaponum, bool active);
|
||||
u16 weaponGetModelNum(s32 weaponnum);
|
||||
u16 weaponGetModelNum2(s32 weaponnum);
|
||||
void func0f0b1af0(s32 handnum, struct hand *hand);
|
||||
void handPopulateFromCurrentPlayer(s32 handnum, struct hand *hand);
|
||||
struct inventory_ammo *handGetAmmoDefinition(struct hand *hand);
|
||||
u8 handGetSingleUnk3c(struct hand *hand);
|
||||
f32 handGetSingleUnk34(struct hand *hand);
|
||||
|
||||
+1
-1
@@ -1834,7 +1834,7 @@ struct hand {
|
||||
/*0x0868*/ u32 unk0868;
|
||||
/*0x086c*/ u32 unk086c;
|
||||
/*0x0870*/ u32 unk0870;
|
||||
/*0x0874*/ u32 unk0874;
|
||||
/*0x0874*/ f32 unk0874; // Mauler charge amount? Or a timer
|
||||
/*0x0878*/ u32 unk0878;
|
||||
/*0x087c*/ u32 unk087c;
|
||||
/*0x0880*/ u32 unk0880;
|
||||
|
||||
Reference in New Issue
Block a user