Decompile LinkStateItem::GetLinkStateMove

This commit is contained in:
mike8699
2024-12-31 15:12:32 -05:00
parent f9da67860b
commit be7b197c34
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#include "Player/LinkStateBase.hpp"
unk32 GetLinkState(s32 index) {
return (unk32)gLinkStates[index];
LinkStateBase *GetLinkState(s32 index) {
return gLinkStates[index];
}