pokeemerald/data/maps/PetalburgCity_House1/scripts.inc

29 lines
862 B
PHP
Raw Permalink Normal View History

2021-07-20 21:18:31 +02:00
PetalburgCity_House1_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
PetalburgCity_House1_EventScript_Man::
2019-10-20 19:27:23 +02:00
msgbox PetalburgCity_House1_Text_TravelingIsWonderful, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
PetalburgCity_House1_EventScript_Woman::
2019-10-20 19:27:23 +02:00
msgbox PetalburgCity_House1_Text_GoOnAdventure, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
PetalburgCity_House1_Text_TravelingIsWonderful:
2017-11-10 02:21:31 +01:00
.string "Traveling is wonderful!\p"
.string "When I was young, I roamed the seas\n"
.string "and the mountains!$"
2021-07-20 21:18:31 +02:00
PetalburgCity_House1_Text_GoOnAdventure:
2017-11-10 02:21:31 +01:00
.string "Sigh…\p"
.string "I wish I could go on an adventure\n"
.string "with some POKéMON…\p"
.string "Crawl through some damp grass…\n"
.string "Climb rocky, rugged mountains…\p"
.string "Cross the raging seas…\n"
.string "Wander about in dark caves…\p"
.string "And, sometimes, even get a little\n"
.string "homesick…\p"
.string "It must be fabulous to travel!$"