Fix more text and movements labeled as scripts

This commit is contained in:
GriffinR
2022-10-30 03:24:48 -04:00
parent f439a2dee7
commit 01c71b4ce1
5 changed files with 9 additions and 9 deletions
@@ -33,20 +33,20 @@ SouthernIsland_Exterior_EventScript_AsYouLike::
end
Ferry_EventScript_DepartIslandSouth::
applymovement OBJ_EVENT_ID_PLAYER, Ferry_EventScript_DepartIslandBoardSouth
applymovement OBJ_EVENT_ID_PLAYER, Ferry_Movement_DepartIslandBoardSouth
waitmovement 0
return
Ferry_EventScript_DepartIslandWest::
applymovement OBJ_EVENT_ID_PLAYER, Ferry_EventScript_DepartIslandBoardWest
applymovement OBJ_EVENT_ID_PLAYER, Ferry_Movement_DepartIslandBoardWest
waitmovement 0
return
Ferry_EventScript_DepartIslandBoardSouth:
Ferry_Movement_DepartIslandBoardSouth:
walk_down
step_end
Ferry_EventScript_DepartIslandBoardWest:
Ferry_Movement_DepartIslandBoardWest:
walk_left
walk_in_place_faster_down
step_end