diff options
author | vulcandth <vulcandth@gmail.com> | 2022-02-13 12:39:45 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-13 13:39:45 -0500 |
commit | 145ab57abab950a563f07e7389c3a67f4b2fce0f (patch) | |
tree | 93848bc2b09fd07fb855f0c349ff70927c3ebe0f | |
parent | 13837b429c16ab6c07c95ee8849750753ef5c903 (diff) |
Fixed IlexForestKurtStepsDownMovement capitalization typo (#877)
-rw-r--r-- | maps/IlexForest.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/IlexForest.asm b/maps/IlexForest.asm index 19109bf7e..a647fdb6d 100644 --- a/maps/IlexForest.asm +++ b/maps/IlexForest.asm @@ -475,7 +475,7 @@ IlexForestShrineScript: writetext Text_KurtCaughtCelebi waitbutton closetext - applymovement ILEXFOREST_KURT, IlexFOrestKurtStepsDownMovement + applymovement ILEXFOREST_KURT, IlexForestKurtStepsDownMovement disappear ILEXFOREST_KURT .DidntCatchCelebi: end @@ -722,7 +722,7 @@ IlexForestKurtStepsUpMovement: step UP step_end -IlexFOrestKurtStepsDownMovement: +IlexForestKurtStepsDownMovement: step DOWN step DOWN step DOWN |