mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
116 lines
2.6 KiB
PHP
116 lines
2.6 KiB
PHP
Route3_Frlg_MapScripts::
|
|
.byte 0
|
|
|
|
Route3_EventScript_Youngster::
|
|
msgbox Route3_Text_TunnelFromCeruleanTiring, MSGBOX_NPC
|
|
end
|
|
|
|
Route3_EventScript_RouteSign::
|
|
msgbox Route3_Text_RouteSign, MSGBOX_SIGN
|
|
end
|
|
|
|
Route3_Text_TunnelFromCeruleanTiring::
|
|
.string "Whew… I better take a rest…\n"
|
|
.string "Groan…\p"
|
|
.string "That tunnel from CERULEAN takes a\n"
|
|
.string "lot out of you!$"
|
|
|
|
Route3_Text_ColtonIntro::
|
|
.string "Hey!\n"
|
|
.string "I saw you in VIRIDIAN FOREST!$"
|
|
|
|
Route3_Text_ColtonDefeat::
|
|
.string "You beat me again!$"
|
|
|
|
Route3_Text_ColtonPostBattle::
|
|
.string "There are other kinds of POKéMON\n"
|
|
.string "than the ones you find in forests.$"
|
|
|
|
Route3_Text_BenIntro::
|
|
.string "Hi!\n"
|
|
.string "I like shorts!\p"
|
|
.string "They're delightfully comfy and\n"
|
|
.string "easy to wear!$"
|
|
|
|
Route3_Text_BenDefeat::
|
|
.string "I don't believe it!$"
|
|
|
|
Route3_Text_BenPostBattle::
|
|
.string "Are you using a POKéMON CENTER's\n"
|
|
.string "PC for storing your POKéMON?\p"
|
|
.string "Each BOX can hold up to\n"
|
|
.string "30 POKéMON.$"
|
|
|
|
Route3_Text_JaniceIntro::
|
|
.string "Excuse me!\n"
|
|
.string "You looked at me, didn't you?$"
|
|
|
|
Route3_Text_JaniceDefeat::
|
|
.string "You're mean!$"
|
|
|
|
Route3_Text_JanicePostBattle::
|
|
.string "You shouldn't be staring if you\n"
|
|
.string "don't want to battle!$"
|
|
|
|
Route3_Text_GregIntro::
|
|
.string "Are you a TRAINER?\n"
|
|
.string "Let's get with it right away!$"
|
|
|
|
Route3_Text_GregDefeat::
|
|
.string "If I had new POKéMON, I would've\n"
|
|
.string "won!$"
|
|
|
|
Route3_Text_GregPostBattle::
|
|
.string "If a POKéMON BOX on the PC gets\n"
|
|
.string "full, just switch to another BOX.$"
|
|
|
|
Route3_Text_SallyIntro::
|
|
.string "That look you gave me…\n"
|
|
.string "It's so intriguing!$"
|
|
|
|
Route3_Text_SallyDefeat::
|
|
.string "Be nice!$"
|
|
|
|
Route3_Text_SallyPostBattle::
|
|
.string "You can avoid battles by not\n"
|
|
.string "letting TRAINERS see you.$"
|
|
|
|
Route3_Text_CalvinIntro::
|
|
.string "Hey! You're not wearing shorts!\n"
|
|
.string "What's wrong with you?$"
|
|
|
|
Route3_Text_CalvinDefeat::
|
|
.string "Lost!\n"
|
|
.string "Lost! Lost!$"
|
|
|
|
Route3_Text_CalvinPostBattle::
|
|
.string "I always wear shorts, even in\n"
|
|
.string "winter. That's my policy.$"
|
|
|
|
Route3_Text_JamesIntro::
|
|
.string "I'll battle you with the POKéMON\n"
|
|
.string "I just caught.$"
|
|
|
|
Route3_Text_JamesDefeat::
|
|
.string "Done like dinner!$"
|
|
|
|
Route3_Text_JamesPostBattle::
|
|
.string "Trained POKéMON are stronger than\n"
|
|
.string "the wild ones.$"
|
|
|
|
Route3_Text_RobinIntro::
|
|
.string "Eek!\n"
|
|
.string "Did you touch me?$"
|
|
|
|
Route3_Text_RobinDefeat::
|
|
.string "That's it?$"
|
|
|
|
Route3_Text_RobinPostBattle::
|
|
.string "ROUTE 4 is at the foot of\n"
|
|
.string "MT. MOON.$"
|
|
|
|
Route3_Text_RouteSign::
|
|
.string "ROUTE 3\n"
|
|
.string "MT. MOON AHEAD$"
|
|
|