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
+5
View File
@@ -0,0 +1,5 @@
#include "Player/LinkStateBase.hpp"
unk32 GetLinkState(s32 index) {
return (unk32)gLinkStates[index];
}