import from github
This commit is contained in:
28
data/maps/PetalburgCity_House1/scripts.inc
Normal file
28
data/maps/PetalburgCity_House1/scripts.inc
Normal 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!$"
|
||||
|
Reference in New Issue
Block a user