Fix more text and movements labeled as scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user