summaryrefslogtreecommitdiff
path: root/include/Player/LinkStateBase.hpp
diff options
context:
space:
mode:
authormike8699 <mikebuntu68@gmail.com>2024-12-31 15:11:25 -0500
committermike8699 <mikebuntu68@gmail.com>2025-01-05 19:06:26 -0500
commitf9da67860b7e6cc55bf48c251c8ecfd2bcde6369 (patch)
tree438ca9d541ad37d2ef42495db2bc7abdb316fa98 /include/Player/LinkStateBase.hpp
parent82ba3ff31176383a6cd7902aaf6e2941d039e02e (diff)
Decompile `GetLinkState` arm9 function
This is not part of the `LinkStateItem` class, but it is called by a method in that class. I wasn't sure the best place to put this.
Diffstat (limited to 'include/Player/LinkStateBase.hpp')
-rw-r--r--include/Player/LinkStateBase.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Player/LinkStateBase.hpp b/include/Player/LinkStateBase.hpp
index f4591991..46038d2d 100644
--- a/include/Player/LinkStateBase.hpp
+++ b/include/Player/LinkStateBase.hpp
@@ -128,3 +128,7 @@ public:
DebugHierarchy *GetDebugHierarchy0();
DebugHierarchy *GetDebugHierarchy1();
};
+
+unk32 GetLinkState(s32 index);
+
+extern LinkStateBase **gLinkStates;