diff options
| author | Aetias <aetias@outlook.com> | 2025-01-09 08:24:32 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-01-09 08:24:32 +0100 |
| commit | a76eefa1a52f9d985ad5352c13cae1d4299cecb2 (patch) | |
| tree | 10ad5d8d9564ae78ecf4d8313f6d87c975b1c265 /include/Player | |
| parent | 6b9c7701fe475de8456b7fd67969486c604fc834 (diff) | |
PlayerControl: Decomp 7%
Diffstat (limited to 'include/Player')
| -rw-r--r-- | include/Player/EquipBombchu.hpp | 2 | ||||
| -rw-r--r-- | include/Player/PlayerControl.hpp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/Player/EquipBombchu.hpp b/include/Player/EquipBombchu.hpp index 449e6512..4e9651cf 100644 --- a/include/Player/EquipBombchu.hpp +++ b/include/Player/EquipBombchu.hpp @@ -41,4 +41,6 @@ public: /* 34 */ virtual void vfunc_34(unk16 *param1) override; // func_ov58_0213ecb4
/* 38 */ virtual void vfunc_38(unk32 param1) override; // func_ov58_02199170
/* 50 */
+
+ void func_ov014_0213ec64();
};
diff --git a/include/Player/PlayerControl.hpp b/include/Player/PlayerControl.hpp index 015c22bd..e00aafaa 100644 --- a/include/Player/PlayerControl.hpp +++ b/include/Player/PlayerControl.hpp @@ -48,7 +48,7 @@ public: /* 7b */ bool mUnk_7b; /* 7c */ s8 mUnk_7c; /* 7d */ bool mUnk_7d; - /* 7e */ s8 mUnk_7e; + /* 7e */ u8 mUnk_7e; /* 7f */ bool mUnk_7f; /* 80 */ bool mUnk_80; /* 81 */ bool mFollowing; |
