mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Fixed IlexForestKurtStepsDownMovement capitalization typo (#877)
This commit is contained in:
parent
13837b429c
commit
145ab57aba
@ -475,7 +475,7 @@ IlexForestShrineScript:
|
|||||||
writetext Text_KurtCaughtCelebi
|
writetext Text_KurtCaughtCelebi
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
applymovement ILEXFOREST_KURT, IlexFOrestKurtStepsDownMovement
|
applymovement ILEXFOREST_KURT, IlexForestKurtStepsDownMovement
|
||||||
disappear ILEXFOREST_KURT
|
disappear ILEXFOREST_KURT
|
||||||
.DidntCatchCelebi:
|
.DidntCatchCelebi:
|
||||||
end
|
end
|
||||||
@ -722,7 +722,7 @@ IlexForestKurtStepsUpMovement:
|
|||||||
step UP
|
step UP
|
||||||
step_end
|
step_end
|
||||||
|
|
||||||
IlexFOrestKurtStepsDownMovement:
|
IlexForestKurtStepsDownMovement:
|
||||||
step DOWN
|
step DOWN
|
||||||
step DOWN
|
step DOWN
|
||||||
step DOWN
|
step DOWN
|
||||||
|
Loading…
Reference in New Issue
Block a user