diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-07 22:38:35 +0100 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-07 22:38:35 +0100 |
| commit | 68c6291568148ca26226540bdb0c2f59d7ab6445 (patch) | |
| tree | 57ddd3cfaebe04d14bdb560dbbe7e0c108e074a4 /include | |
| parent | 9a1c258bf57d9fb1a04f86c8363d51cb79d88cae (diff) | |
started EquipHammer.cpp
Diffstat (limited to 'include')
| -rw-r--r-- | include/Map/MapManager.hpp | 2 | ||||
| -rw-r--r-- | include/Player/EquipHammer.hpp | 8 | ||||
| -rw-r--r-- | include/Player/LinkStateBase.hpp | 2 | ||||
| -rw-r--r-- | include/Player/LinkStateItem.hpp | 4 |
4 files changed, 7 insertions, 9 deletions
diff --git a/include/Map/MapManager.hpp b/include/Map/MapManager.hpp index 13ca4348..346d43d8 100644 --- a/include/Map/MapManager.hpp +++ b/include/Map/MapManager.hpp @@ -237,7 +237,7 @@ public: static unk8 func_ov00_020853fc(); static unk8 func_ov00_02085594(); static void func_ov00_0208583c(unk32 param_1, Vec3p *param_2, unk32 param_3); - static unk8 func_ov00_020858b0(); + static unk8 func_ov00_020858b0(MapManager *param_1, Vec3p *param_2, s32 param_3); s32 func_ov00_02085a34(unk32 param_2, unk32 param_3); unk8 func_ov00_02085c60(unk32 param_2, unk32 param_3, unk32 param_4, unk32 param_5); unk8 func_ov00_02086044(unk32 param_2, unk32 param_3, unk32 param_4); diff --git a/include/Player/EquipHammer.hpp b/include/Player/EquipHammer.hpp index 27e046c5..0ac23473 100644 --- a/include/Player/EquipHammer.hpp +++ b/include/Player/EquipHammer.hpp @@ -11,12 +11,12 @@ private: /* 00 (base) */
/* 09 */ unk8 mUnk_09[3];
/* 0c */ Vec3p mUnk_0c;
- /* 18 */ unk32 mUnk_18;
- /* 1c */ unk8 mUnk_1c;
- /* 1d */ unk8 mUnk_1d;
+ /* 18 */ s32 mUnk_18;
+ /* 1c */ u8 mUnk_1c;
+ /* 1d */ u8 mUnk_1d;
/* 1e */ unk8 mUnk_1e[2];
/* 20 */ unk32 mUnk_20;
- /* 24 */ void *mUnk_24;
+ /* 24 */ unk32 mUnk_24;
/* 28 */ unk32 mUnk_28;
/* 2c */
diff --git a/include/Player/LinkStateBase.hpp b/include/Player/LinkStateBase.hpp index bca6c796..e099c021 100644 --- a/include/Player/LinkStateBase.hpp +++ b/include/Player/LinkStateBase.hpp @@ -88,7 +88,7 @@ public: void func_ov00_020a8844(Vec3p *param1, bool param2, bool param3); void func_ov00_020a8954(bool param1, unk32 *param2); void func_ov00_020a8994(); - void func_ov00_020a89bc(unk32 param1, unk32 param2); + void func_ov00_020a89bc(unk32* param1, unk32 param2); void func_ov00_020a8a08(unk32 param1); void func_ov00_020a8a4c(unk32 param1, unk32 param2); void func_ov00_020a8a90(unk32 param1); diff --git a/include/Player/LinkStateItem.hpp b/include/Player/LinkStateItem.hpp index cba602f8..9a5d4585 100644 --- a/include/Player/LinkStateItem.hpp +++ b/include/Player/LinkStateItem.hpp @@ -24,9 +24,7 @@ public: /* 2e */ unk8 mUnk_2e[2]; /* 30 */ void *mUnk_30; /* 34 */ unk32 mUnk_34; - /* 38 */ unk32 mUnk_38; - /* 3c */ void *mUnk_3c; - /* 40 */ unk32 mUnk_40; + /* 38 */ Vec3p mUnk_38; /* 44 */ unk32 mUnk_44; /* 48 */ void *mUnk_48; /* 4c */ unk32 mUnk_4c; |
