mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
c557ac61ae
* adds some constants for standard script names and messagebox types * replaces some callstd calls with msgbox calls where equivalent * replaces msgbox and callstd calls using raw digits with versions that use the constants
29 lines
874 B
PHP
29 lines
874 B
PHP
PetalburgCity_House1_MapScripts:: @ 8207799
|
|
.byte 0
|
|
|
|
PetalburgCity_House1_EventScript_20779A:: @ 820779A
|
|
msgbox PetalburgCity_House1_Text_2077AC, MSGBOX_NPC
|
|
end
|
|
|
|
PetalburgCity_House1_EventScript_2077A3:: @ 82077A3
|
|
msgbox PetalburgCity_House1_Text_2077FB, MSGBOX_NPC
|
|
end
|
|
|
|
PetalburgCity_House1_Text_2077AC: @ 82077AC
|
|
.string "Traveling is wonderful!\p"
|
|
.string "When I was young, I roamed the seas\n"
|
|
.string "and the mountains!$"
|
|
|
|
PetalburgCity_House1_Text_2077FB: @ 82077FB
|
|
.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!$"
|
|
|