Match LinkStateMove in overlay 5

This commit is contained in:
Aetias
2025-05-22 21:39:25 +02:00
parent 84a91b2a47
commit e66cbc23e1
18 changed files with 303 additions and 40 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include "Player/LinkStateBase.hpp"
LinkStateBase *GetLinkState(s32 index) {
LinkStateBase *GetLinkState(LinkStateId index) {
return gLinkStates[index];
}