pokeemerald-expansion/data/maps/ThreeIsland_House4_Frlg/scripts.inc
Bassoonian 310f746565
Some checks are pending
CI / build (push) Waiting to run
CI / docs_validate (push) Waiting to run
CI / allcontributors (push) Waiting to run
Fix space indentation in .s and .inc files (#9371)
2026-02-27 12:45:00 -08:00

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!$"