pokeemerald/data/maps/LilycoveCity_House4/scripts.inc

22 lines
674 B
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
LilycoveCity_House4_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
LilycoveCity_House4_EventScript_Man1::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_House4_Text_MysteriesAtBottomOfSea, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_House4_EventScript_Man2::
2019-11-10 16:56:35 +01:00
msgbox LilycoveCity_House4_Text_UnderwaterTrenchMossdeepSootopolis, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
LilycoveCity_House4_Text_MysteriesAtBottomOfSea:
2018-12-07 16:41:08 +01:00
.string "This planet's biggest mysteries are\n"
2017-11-10 02:21:31 +01:00
.string "at the bottom of the sea.\p"
2018-12-07 16:41:08 +01:00
.string "Somebody said that, but I don't know…$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
LilycoveCity_House4_Text_UnderwaterTrenchMossdeepSootopolis:
2018-12-07 16:41:08 +01:00
.string "There's a deep underwater trench\n"
2017-11-10 02:21:31 +01:00
.string "between MOSSDEEP and SOOTOPOLIS.\p"
2018-12-07 16:41:08 +01:00
.string "That's what someone told me, anyway.$"
2017-11-10 02:21:31 +01:00