pokeemerald/data/maps/Route116_TunnelersRestHouse/scripts.inc

63 lines
2.2 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
Route116_TunnelersRestHouse_MapScripts::
2019-04-05 01:28:37 +02:00
map_script MAP_SCRIPT_ON_TRANSITION, Route116_TunnelersRestHouse_OnTransition
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
Route116_TunnelersRestHouse_OnTransition:
2017-12-27 04:20:29 +01:00
setflag FLAG_LANDMARK_TUNNELERS_REST_HOUSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route116_TunnelersRestHouse_EventScript_Tunneler1::
msgbox Route116_TunnelersRestHouse_Text_WeHadToStopBoring, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route116_TunnelersRestHouse_EventScript_Tunneler2::
msgbox Route116_TunnelersRestHouse_Text_ManDiggingHisWayToVerdanturf, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route116_TunnelersRestHouse_EventScript_Tunneler3::
2017-11-10 02:21:31 +01:00
lock
faceplayer
goto_if_set FLAG_RUSTURF_TUNNEL_OPENED, Route116_TunnelersRestHouse_EventScript_TunnelOpened
msgbox Route116_TunnelersRestHouse_Text_GetToVerdanturfWithoutTunnel, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
Route116_TunnelersRestHouse_EventScript_TunnelOpened::
msgbox Route116_TunnelersRestHouse_Text_TunnelHasGoneThrough, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
Route116_TunnelersRestHouse_Text_WeHadToStopBoring:
2017-11-10 02:21:31 +01:00
.string "That RUSTURF TUNNEL there…\p"
.string "At first, we had a huge work crew boring\n"
.string "through rock with the latest machinery.\l"
.string "But, we had to stop.\p"
.string "It turns out that we would have had\n"
.string "a negative effect on wild POKéMON in\l"
.string "the area.\p"
2018-12-07 16:41:08 +01:00
.string "So, we've got nothing to do but loll\n"
2017-11-10 02:21:31 +01:00
.string "around here doing nothing.$"
2021-07-20 21:18:31 +02:00
Route116_TunnelersRestHouse_Text_ManDiggingHisWayToVerdanturf:
2018-12-07 16:41:08 +01:00
.string "There's a man digging his way to\n"
2017-11-10 02:21:31 +01:00
.string "VERDANTURF all by his lonesome.\l"
2018-12-07 16:41:08 +01:00
.string "He's desperate to get through.\p"
2017-11-10 02:21:31 +01:00
.string "He says that if he digs little by little\n"
2018-12-07 16:41:08 +01:00
.string "without using machines, he won't\l"
.string "disturb POKéMON, and he'll avoid\l"
2017-11-10 02:21:31 +01:00
.string "harming the natural environment.\p"
.string "I wonder if he made it through yet.$"
2021-07-20 21:18:31 +02:00
Route116_TunnelersRestHouse_Text_GetToVerdanturfWithoutTunnel:
2017-11-10 02:21:31 +01:00
.string "To get to VERDANTURF without using\n"
2018-12-07 16:41:08 +01:00
.string "this TUNNEL, you'd have to cross the\l"
2017-11-10 02:21:31 +01:00
.string "sea to DEWFORD, sail on to SLATEPORT,\l"
.string "then travel through MAUVILLE.$"
2021-07-20 21:18:31 +02:00
Route116_TunnelersRestHouse_Text_TunnelHasGoneThrough:
2017-11-10 02:21:31 +01:00
.string "Did you hear? The TUNNEL to VERDANTURF\n"
.string "has gone through!\p"
.string "Sometimes, if you hope strongly enough,\n"
.string "dreams do come true.$"