Improve undefined map assembler messages (#2196)
This commit is contained in:
@@ -787,7 +787,7 @@ EventScript_UnusedBoardFerry::
|
||||
delay 30
|
||||
applymovement LOCALID_PLAYER, Common_Movement_WalkInPlaceFasterUp
|
||||
waitmovement 0
|
||||
showobjectat LOCALID_PLAYER, 0
|
||||
showplayer
|
||||
delay 30
|
||||
applymovement LOCALID_PLAYER, Movement_UnusedBoardFerry
|
||||
waitmovement 0
|
||||
@@ -802,7 +802,7 @@ Common_EventScript_FerryDepartIsland::
|
||||
call_if_eq VAR_FACING, DIR_SOUTH, Ferry_EventScript_DepartIslandSouth
|
||||
call_if_eq VAR_FACING, DIR_WEST, Ferry_EventScript_DepartIslandWest
|
||||
delay 30
|
||||
hideobjectat LOCALID_PLAYER, 0
|
||||
hideplayer
|
||||
call Common_EventScript_FerryDepart
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user