pokeemerald-expansion/data/maps/OneIsland_House1_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

21 lines
568 B
PHP

OneIsland_House1_Frlg_MapScripts::
.byte 0
OneIsland_House1_EventScript_OldMan::
msgbox OneIsland_House1_Text_GazeUponVolcanoOnSunnyDays, MSGBOX_NPC
end
OneIsland_House1_EventScript_OldWoman::
msgbox OneIsland_House1_Text_LastTimeMtEmberErupted, MSGBOX_NPC
end
OneIsland_House1_Text_GazeUponVolcanoOnSunnyDays::
.string "On sunny days, I step out and gaze\n"
.string "upon the volcano.\p"
.string "That's my daily routine.$"
OneIsland_House1_Text_LastTimeMtEmberErupted::
.string "Let me think… When was the last\n"
.string "time MT. EMBER erupted?$"