2020-06-21 07:56:57 +02:00
|
|
|
.set LOCALID_SAILOR, 1
|
|
|
|
.set LOCALID_SS_TIDAL, 2
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
SouthernIsland_Exterior_MapScripts::
|
2019-04-05 01:28:37 +02:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, SouthernIsland_Exterior_OnTransition
|
2017-11-10 02:21:31 +01:00
|
|
|
.byte 0
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
SouthernIsland_Exterior_OnTransition:
|
2017-12-27 04:20:29 +01:00
|
|
|
setflag FLAG_LANDMARK_SOUTHERN_ISLAND
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
SouthernIsland_Exterior_EventScript_Sailor::
|
2017-11-10 02:21:31 +01:00
|
|
|
lock
|
|
|
|
faceplayer
|
2019-09-19 23:26:25 +02:00
|
|
|
msgbox EventTicket_Text_SouthernIslandSailBack, MSGBOX_YESNO
|
2021-11-19 05:06:30 +01:00
|
|
|
goto_if_eq VAR_RESULT, NO, SouthernIsland_Exterior_EventScript_AsYouLike
|
2019-09-19 23:26:25 +02:00
|
|
|
msgbox EventTicket_Text_SailHome, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
closemessage
|
2021-11-04 19:22:28 +01:00
|
|
|
applymovement VAR_LAST_TALKED, Common_Movement_WalkInPlaceFasterDown
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
delay 30
|
2020-06-21 07:56:57 +02:00
|
|
|
hideobjectat LOCALID_SAILOR, MAP_SOUTHERN_ISLAND_EXTERIOR
|
|
|
|
setvar VAR_0x8004, LOCALID_SS_TIDAL
|
2019-10-31 22:00:37 +01:00
|
|
|
call Common_EventScript_FerryDepartIsland
|
2021-11-15 18:04:54 +01:00
|
|
|
warp MAP_LILYCOVE_CITY_HARBOR, 8, 11
|
2017-11-10 02:21:31 +01:00
|
|
|
waitstate
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
SouthernIsland_Exterior_EventScript_AsYouLike::
|
2019-09-19 23:26:25 +02:00
|
|
|
msgbox EventTicket_Text_AsYouLike, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Ferry_EventScript_DepartIslandSouth::
|
2022-10-30 08:24:48 +01:00
|
|
|
applymovement OBJ_EVENT_ID_PLAYER, Ferry_Movement_DepartIslandBoardSouth
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
return
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Ferry_EventScript_DepartIslandWest::
|
2022-10-30 08:24:48 +01:00
|
|
|
applymovement OBJ_EVENT_ID_PLAYER, Ferry_Movement_DepartIslandBoardWest
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
return
|
|
|
|
|
2022-10-30 08:24:48 +01:00
|
|
|
Ferry_Movement_DepartIslandBoardSouth:
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_down
|
2017-11-10 00:40:08 +01:00
|
|
|
step_end
|
|
|
|
|
2022-10-30 08:24:48 +01:00
|
|
|
Ferry_Movement_DepartIslandBoardWest:
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_left
|
2021-11-04 19:22:28 +01:00
|
|
|
walk_in_place_faster_down
|
2017-11-10 00:40:08 +01:00
|
|
|
step_end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
SouthernIsland_Exterior_EventScript_Sign::
|
2019-09-19 23:26:25 +02:00
|
|
|
msgbox SouthernIsland_Exterior_Text_Sign, MSGBOX_SIGN
|
2017-11-10 00:40:08 +01:00
|
|
|
end
|
|
|
|
|