mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-26 02:14:22 -05:00
26 lines
726 B
PHP
26 lines
726 B
PHP
OneIsland_TreasureBeach_Frlg_MapScripts::
|
|
.byte 0
|
|
|
|
OneIsland_TreasureBeach_EventScript_Boy::
|
|
msgbox OneIsland_TreasureBeach_Text_GoodThingsWashUpOnBeach, MSGBOX_NPC
|
|
end
|
|
|
|
OneIsland_TreasureBeach_Text_AmaraIntro::
|
|
.string "Lying back, rocked by the waves…\n"
|
|
.string "It's exquisite.$"
|
|
|
|
OneIsland_TreasureBeach_Text_AmaraDefeat::
|
|
.string "I lost…\n"
|
|
.string "It feels awful.$"
|
|
|
|
OneIsland_TreasureBeach_Text_AmaraPostBattle::
|
|
.string "The sea is pleasantly warm in these\n"
|
|
.string "parts.$"
|
|
|
|
OneIsland_TreasureBeach_Text_GoodThingsWashUpOnBeach::
|
|
.string "Good things get washed up by the\n"
|
|
.string "ocean current onto this beach.\p"
|
|
.string "That's why I often come here for\n"
|
|
.string "some beachcombing.$"
|
|
|