mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 20:17:38 +01:00
22 lines
724 B
PHP
22 lines
724 B
PHP
LilycoveCity_House4_MapScripts:: @ 821F5B4
|
|
.byte 0
|
|
|
|
LilycoveCity_House4_EventScript_Man1:: @ 821F5B5
|
|
msgbox LilycoveCity_House4_Text_MysteriesAtBottomOfSea, MSGBOX_NPC
|
|
end
|
|
|
|
LilycoveCity_House4_EventScript_Man2:: @ 821F5BE
|
|
msgbox LilycoveCity_House4_Text_UnderwaterTrenchMossdeepSootopolis, MSGBOX_NPC
|
|
end
|
|
|
|
LilycoveCity_House4_Text_MysteriesAtBottomOfSea: @ 821F5C7
|
|
.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: @ 821F62B
|
|
.string "There's a deep underwater trench\n"
|
|
.string "between MOSSDEEP and SOOTOPOLIS.\p"
|
|
.string "That's what someone told me, anyway.$"
|
|
|