diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-05-22 21:58:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-22 21:58:30 +0200 |
| commit | 3f6a81d03dec2bd7c8394b508dbe4f017a5244b9 (patch) | |
| tree | 6a68629a589d8b457eba7e9405df98d1290a9333 /src/Main | |
| parent | b64768b3b76981c348fe12e652468e9f9967c0f4 (diff) | |
| parent | 0c08295affd6ee00b6d551acf58de8b92e37cacb (diff) | |
Merge pull request #95 from AetiasHax/match-link-state-move
Match `LinkStateMove` in overlays 4 and 5
Diffstat (limited to 'src/Main')
| -rw-r--r-- | src/Main/Player/LinkState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Player/LinkState.cpp b/src/Main/Player/LinkState.cpp index b5e5621e..940f126e 100644 --- a/src/Main/Player/LinkState.cpp +++ b/src/Main/Player/LinkState.cpp @@ -1,5 +1,5 @@ #include "Player/LinkStateBase.hpp" -LinkStateBase *GetLinkState(s32 index) { +LinkStateBase *GetLinkState(LinkStateId index) { return gLinkStates[index]; } |
