import from github
This commit is contained in:
26
data/maps/SootopolisCity_House7/scripts.inc
Normal file
26
data/maps/SootopolisCity_House7/scripts.inc
Normal file
@ -0,0 +1,26 @@
|
||||
SootopolisCity_House7_MapScripts::
|
||||
.byte 0
|
||||
|
||||
SootopolisCity_House7_EventScript_OldMan::
|
||||
msgbox SootopolisCity_House7_Text_CityFromEruptedVolcano, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SootopolisCity_House7_EventScript_PokefanF::
|
||||
msgbox SootopolisCity_House7_Text_CaveMadeToKeepSomething, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SootopolisCity_House7_Text_CityFromEruptedVolcano:
|
||||
.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"
|
||||
.string "That's how SOOTOPOLIS CITY came into\n"
|
||||
.string "being.$"
|
||||
|
||||
SootopolisCity_House7_Text_CaveMadeToKeepSomething:
|
||||
.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?$"
|
||||
|
Reference in New Issue
Block a user