mirror of
https://github.com/zeldaret/ph
synced 2026-06-05 03:07:45 -04:00
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:
@@ -0,0 +1,5 @@
|
||||
#include "Player/LinkStateBase.hpp"
|
||||
|
||||
unk32 GetLinkState(s32 index) {
|
||||
return (unk32)gLinkStates[index];
|
||||
}
|
||||
Reference in New Issue
Block a user