mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-26 02:14:22 -05:00
22 lines
584 B
PHP
22 lines
584 B
PHP
ThreeIsland_House4_Frlg_MapScripts::
|
|
.byte 0
|
|
|
|
ThreeIsland_House4_EventScript_BaldingMan::
|
|
msgbox ThreeIsland_House4_Text_GhostsInBerryForest, MSGBOX_NPC
|
|
end
|
|
|
|
ThreeIsland_House4_EventScript_LittleBoy::
|
|
msgbox ThreeIsland_House4_Text_PapaKeepsLyingToMe, MSGBOX_NPC
|
|
end
|
|
|
|
ThreeIsland_House4_Text_GhostsInBerryForest::
|
|
.string "You must never, ever go out to\n"
|
|
.string "the BERRY FOREST alone.\p"
|
|
.string "Why?\n"
|
|
.string "There are ghosts there.$"
|
|
|
|
ThreeIsland_House4_Text_PapaKeepsLyingToMe::
|
|
.string "Papa keeps lying to me, and won't\n"
|
|
.string "let me go out and play!$"
|
|
|