mirror of
https://github.com/zeldaret/ph
synced 2026-09-02 17:53:12 -04:00
Match LinkStateMove in overlay 5
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "Player/LinkStateBase.hpp"
|
||||
|
||||
LinkStateBase *GetLinkState(s32 index) {
|
||||
LinkStateBase *GetLinkState(LinkStateId index) {
|
||||
return gLinkStates[index];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user