summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-01-31 21:55:23 +0100
committerAetias <aetias@outlook.com>2025-01-31 21:55:23 +0100
commitaf8b40be4305f4eee9b2cd1510d1f5d34d41e0b8 (patch)
treef5eec59eb4addee4bb708eb81351a6b9bce11dda /include
parent931990c0e205e21b345ba15929e42662c0b07918 (diff)
Move ov023 documentation from Ghidra
Diffstat (limited to 'include')
-rw-r--r--include/Player/PlayerLink.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/Player/PlayerLink.hpp b/include/Player/PlayerLink.hpp
index 497672d4..08f37469 100644
--- a/include/Player/PlayerLink.hpp
+++ b/include/Player/PlayerLink.hpp
@@ -4,7 +4,10 @@
#include "types.h"
#include "DTCM/UnkStruct_027e0fd4.hpp"
+#include "Player/EquipBombchu.hpp"
+#include "Player/EquipShield.hpp"
#include "Player/LinkStateCutscene.hpp"
+#include "Player/LinkStateFollow.hpp"
#include "Player/PlayerLinkBase.hpp"
class PlayerLink : public PlayerLinkBase {
@@ -48,4 +51,15 @@ public:
static void func_ov014_0213f734(unk32 *param1, UnkStruct_027e0fd4 *param2);
void func_ov014_0213f740();
void func_ov014_0213f97c();
+
+ unk32 func_ov023_02177e7c();
+ unk32 func_ov023_02177e84();
+ void func_ov023_02177e90();
+ bool func_ov023_02178058();
+ static LinkStateFollow *GetLinkStateFollow();
+ void func_ov023_02178174();
+ static EquipBombchu *GetEquipBombchu();
+ static EquipShield *GetEquipShield();
+ void GiveControlToLink();
+ void func_ov023_02178630();
};