import from github

This commit is contained in:
2022-05-19 17:14:13 +00:00
parent 5247c34f50
commit ab32b30591
12612 changed files with 1905035 additions and 83 deletions

View File

@ -0,0 +1,21 @@
LilycoveCity_House4_MapScripts::
.byte 0
LilycoveCity_House4_EventScript_Man1::
msgbox LilycoveCity_House4_Text_MysteriesAtBottomOfSea, MSGBOX_NPC
end
LilycoveCity_House4_EventScript_Man2::
msgbox LilycoveCity_House4_Text_UnderwaterTrenchMossdeepSootopolis, MSGBOX_NPC
end
LilycoveCity_House4_Text_MysteriesAtBottomOfSea:
.string "This planet's biggest mysteries are\n"
.string "at the bottom of the sea.\p"
.string "Somebody said that, but I don't know…$"
LilycoveCity_House4_Text_UnderwaterTrenchMossdeepSootopolis:
.string "There's a deep underwater trench\n"
.string "between MOSSDEEP and SOOTOPOLIS.\p"
.string "That's what someone told me, anyway.$"