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.
This commit is contained in:
mike8699
2024-12-31 15:11:25 -05:00
parent 82ba3ff311
commit f9da67860b
6 changed files with 13 additions and 4 deletions
+4
View File
@@ -128,3 +128,7 @@ public:
DebugHierarchy *GetDebugHierarchy0();
DebugHierarchy *GetDebugHierarchy1();
};
unk32 GetLinkState(s32 index);
extern LinkStateBase **gLinkStates;