diff options
| author | Aetias <aetias@outlook.com> | 2025-02-01 00:29:38 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-02-01 00:29:38 +0100 |
| commit | 7c91f608f3219df331e04e01fa2d96757f8ee1e6 (patch) | |
| tree | bdaa01e440760038da5a334d7cd7cc3fe101d6a1 /include/Player | |
| parent | 6c9b78fc1b7c4954d9f5a4c0edcc1349ab2b55ad (diff) | |
Move ov054 documentation from Ghidra
Diffstat (limited to 'include/Player')
| -rw-r--r-- | include/Player/EquipScoop.hpp | 6 | ||||
| -rw-r--r-- | include/Player/LinkStateItem.hpp | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/include/Player/EquipScoop.hpp b/include/Player/EquipScoop.hpp index dfc95103..82f466e6 100644 --- a/include/Player/EquipScoop.hpp +++ b/include/Player/EquipScoop.hpp @@ -25,7 +25,9 @@ public: /* 48 */ virtual unk32 vfunc_48(unk32 param1) const override;
/* 50 */
- static void StopUsing(LinkStateItem *param1);
-
EquipScoop();
+
+ s32 func_ov054_02198e08(Vec3p *param1);
+ bool func_ov054_021980e24(Vec3p *param1);
+ void func_ov054_02198eec(unk32 param1);
};
diff --git a/include/Player/LinkStateItem.hpp b/include/Player/LinkStateItem.hpp index 4b26a458..104c764c 100644 --- a/include/Player/LinkStateItem.hpp +++ b/include/Player/LinkStateItem.hpp @@ -64,4 +64,6 @@ public: void func_ov005_02106980(unk32 param, s32 param2, s32 *param3); bool func_ov005_02106a50(); bool func_ov005_02106bbc(Vec3p *param1, unk32 param2, u32 param3); + + void StopUsingScoop(); }; |
