pokeemerald/data/maps/SootopolisCity_House7/scripts.inc

27 lines
866 B
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
SootopolisCity_House7_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
SootopolisCity_House7_EventScript_OldMan::
2019-11-10 02:40:41 +01:00
msgbox SootopolisCity_House7_Text_CityFromEruptedVolcano, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SootopolisCity_House7_EventScript_PokefanF::
2019-11-10 02:40:41 +01:00
msgbox SootopolisCity_House7_Text_CaveMadeToKeepSomething, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SootopolisCity_House7_Text_CityFromEruptedVolcano:
2017-11-10 02:21:31 +01:00
.string "An underwater volcano erupted and\n"
.string "forced itself up from the depths.\p"
.string "Its crater emerged from the sea and\n"
.string "became filled with rainwater.\p"
2018-12-07 16:41:08 +01:00
.string "That's how SOOTOPOLIS CITY came into\n"
2017-11-10 02:21:31 +01:00
.string "being.$"
2021-07-20 21:18:31 +02:00
SootopolisCity_House7_Text_CaveMadeToKeepSomething:
2017-11-10 02:21:31 +01:00
.string "The cave that links SOOTOPOLIS and\n"
.string "the outside world…\p"
.string "It seems as if the cave was made to\n"
.string "keep something from getting out.\p"
.string "Or am I just imagining things?$"