import from github

This commit is contained in:
2022-05-19 17:14:13 +00:00
parent 5247c34f50
commit ab32b30591
12612 changed files with 1905035 additions and 83 deletions

View File

@ -0,0 +1,28 @@
PetalburgCity_House1_MapScripts::
.byte 0
PetalburgCity_House1_EventScript_Man::
msgbox PetalburgCity_House1_Text_TravelingIsWonderful, MSGBOX_NPC
end
PetalburgCity_House1_EventScript_Woman::
msgbox PetalburgCity_House1_Text_GoOnAdventure, MSGBOX_NPC
end
PetalburgCity_House1_Text_TravelingIsWonderful:
.string "Traveling is wonderful!\p"
.string "When I was young, I roamed the seas\n"
.string "and the mountains!$"
PetalburgCity_House1_Text_GoOnAdventure:
.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!$"