summaryrefslogtreecommitdiff
path: root/src/Main/Player/LinkState.cpp
diff options
context:
space:
mode:
authormike8699 <mikebuntu68@gmail.com>2024-12-31 15:12:32 -0500
committermike8699 <mikebuntu68@gmail.com>2025-01-05 19:06:26 -0500
commitbe7b197c340463e9225c4180e1286b827685d783 (patch)
tree25807adf49bdb3a17141146213133223d80dc2f3 /src/Main/Player/LinkState.cpp
parentf9da67860b7e6cc55bf48c251c8ecfd2bcde6369 (diff)
Decompile `LinkStateItem::GetLinkStateMove`
Diffstat (limited to 'src/Main/Player/LinkState.cpp')
-rw-r--r--src/Main/Player/LinkState.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main/Player/LinkState.cpp b/src/Main/Player/LinkState.cpp
index 316e3f50..b5e5621e 100644
--- a/src/Main/Player/LinkState.cpp
+++ b/src/Main/Player/LinkState.cpp
@@ -1,5 +1,5 @@
#include "Player/LinkStateBase.hpp"
-unk32 GetLinkState(s32 index) {
- return (unk32)gLinkStates[index];
+LinkStateBase *GetLinkState(s32 index) {
+ return gLinkStates[index];
}