2021-07-20 21:18:31 +02:00
|
|
|
PacifidlogTown_MapScripts::
|
2019-04-22 22:31:51 +02:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, PacifidlogTown_OnTransition
|
2019-11-07 21:41:42 +01:00
|
|
|
map_script MAP_SCRIPT_ON_RESUME, PacifidlogTown_OnResume
|
2017-11-10 02:21:31 +01:00
|
|
|
.byte 0
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
PacifidlogTown_OnTransition:
|
2017-11-10 02:21:31 +01:00
|
|
|
setflag FLAG_VISITED_PACIFIDLOG_TOWN
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
PacifidlogTown_OnResume:
|
2019-10-15 10:58:52 +02:00
|
|
|
setstepcallback STEP_CB_PACIFIDLOG_BRIDGE
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
PacifidlogTown_EventScript_NinjaBoy::
|
2019-11-07 21:41:42 +01:00
|
|
|
msgbox PacifidlogTown_Text_NeatHousesOnWater, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
PacifidlogTown_EventScript_Girl::
|
2019-11-07 21:41:42 +01:00
|
|
|
msgbox PacifidlogTown_Text_FastRunningCurrent, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
PacifidlogTown_EventScript_Fisherman::
|
2019-11-07 21:41:42 +01:00
|
|
|
msgbox PacifidlogTown_Text_SkyPillarTooScary, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
PacifidlogTown_EventScript_TownSign::
|
2019-11-07 21:41:42 +01:00
|
|
|
msgbox PacifidlogTown_Text_TownSign, MSGBOX_SIGN
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
PacifidlogTown_Text_FastRunningCurrent:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "The sea between PACIFIDLOG and\n"
|
|
|
|
.string "SLATEPORT has a fast-running tide.\p"
|
|
|
|
.string "If you decide to SURF, you could end\n"
|
|
|
|
.string "up swept away somewhere else.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
PacifidlogTown_Text_NeatHousesOnWater:
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "See, isn't it neat?\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "These houses are on water!\p"
|
|
|
|
.string "I was born here!$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
PacifidlogTown_Text_SkyPillarTooScary:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "The SKY PILLAR?\p"
|
|
|
|
.string "…Oh, you must mean that tall, tall\n"
|
|
|
|
.string "tower a little further out.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "If you asked me, I wouldn't climb it.\n"
|
|
|
|
.string "It's too scary to get up that high.\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Life at sea level in PACIFIDLOG,\n"
|
|
|
|
.string "that suits me fine.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
PacifidlogTown_Text_TownSign:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "PACIFIDLOG TOWN\p"
|
|
|
|
.string "“Where the morning sun smiles upon\n"
|
|
|
|
.string "the waters.”$"
|
|
|
|
|