mirror of
https://github.com/zeldaret/ph
synced 2026-07-09 22:11:40 -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