summaryrefslogtreecommitdiff
path: root/data/maps/SouthernIsland_Exterior/scripts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/SouthernIsland_Exterior/scripts.inc')
-rw-r--r--data/maps/SouthernIsland_Exterior/scripts.inc18
1 files changed, 9 insertions, 9 deletions
diff --git a/data/maps/SouthernIsland_Exterior/scripts.inc b/data/maps/SouthernIsland_Exterior/scripts.inc
index 1ba417120..3769f164c 100644
--- a/data/maps/SouthernIsland_Exterior/scripts.inc
+++ b/data/maps/SouthernIsland_Exterior/scripts.inc
@@ -1,15 +1,15 @@
.set LOCALID_SAILOR, 1
.set LOCALID_SS_TIDAL, 2
-SouthernIsland_Exterior_MapScripts:: @ 82429C8
+SouthernIsland_Exterior_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, SouthernIsland_Exterior_OnTransition
.byte 0
-SouthernIsland_Exterior_OnTransition: @ 82429CE
+SouthernIsland_Exterior_OnTransition:
setflag FLAG_LANDMARK_SOUTHERN_ISLAND
end
-SouthernIsland_Exterior_EventScript_Sailor:: @ 82429D2
+SouthernIsland_Exterior_EventScript_Sailor::
lock
faceplayer
msgbox EventTicket_Text_SouthernIslandSailBack, MSGBOX_YESNO
@@ -28,31 +28,31 @@ SouthernIsland_Exterior_EventScript_Sailor:: @ 82429D2
release
end
-SouthernIsland_Exterior_EventScript_AsYouLike:: @ 8242A17
+SouthernIsland_Exterior_EventScript_AsYouLike::
msgbox EventTicket_Text_AsYouLike, MSGBOX_DEFAULT
release
end
-Ferry_EventScript_DepartIslandSouth:: @ 8242A21
+Ferry_EventScript_DepartIslandSouth::
applymovement OBJ_EVENT_ID_PLAYER, Ferry_EventScript_DepartIslandBoardSouth
waitmovement 0
return
-Ferry_EventScript_DepartIslandWest:: @ 8242A2C
+Ferry_EventScript_DepartIslandWest::
applymovement OBJ_EVENT_ID_PLAYER, Ferry_EventScript_DepartIslandBoardWest
waitmovement 0
return
-Ferry_EventScript_DepartIslandBoardSouth: @ 8242A37
+Ferry_EventScript_DepartIslandBoardSouth:
walk_down
step_end
-Ferry_EventScript_DepartIslandBoardWest: @ 8242A39
+Ferry_EventScript_DepartIslandBoardWest:
walk_left
walk_in_place_fastest_down
step_end
-SouthernIsland_Exterior_EventScript_Sign:: @ 8242A3C
+SouthernIsland_Exterior_EventScript_Sign::
msgbox SouthernIsland_Exterior_Text_Sign, MSGBOX_SIGN
end