pokeemerald/data/maps/VictoryRoad_B2F/scripts.inc

109 lines
3.5 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_EventScript_Vito::
2019-11-07 02:38:53 +01:00
trainerbattle_single TRAINER_VITO, VictoryRoad_B2F_Text_VitoIntro, VictoryRoad_B2F_Text_VitoDefeat
msgbox VictoryRoad_B2F_Text_VitoPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_EventScript_Owen::
2019-11-07 02:38:53 +01:00
trainerbattle_single TRAINER_OWEN, VictoryRoad_B2F_Text_OwenIntro, VictoryRoad_B2F_Text_OwenDefeat
msgbox VictoryRoad_B2F_Text_OwenPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_EventScript_Caroline::
2019-11-07 02:38:53 +01:00
trainerbattle_single TRAINER_CAROLINE, VictoryRoad_B2F_Text_CarolineIntro, VictoryRoad_B2F_Text_CarolineDefeat
msgbox VictoryRoad_B2F_Text_CarolinePostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_EventScript_Julie::
2019-11-07 02:38:53 +01:00
trainerbattle_single TRAINER_JULIE, VictoryRoad_B2F_Text_JulieIntro, VictoryRoad_B2F_Text_JulieDefeat
msgbox VictoryRoad_B2F_Text_JuliePostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_EventScript_Felix::
2019-11-07 02:38:53 +01:00
trainerbattle_single TRAINER_FELIX, VictoryRoad_B2F_Text_FelixIntro, VictoryRoad_B2F_Text_FelixDefeat
msgbox VictoryRoad_B2F_Text_FelixPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_EventScript_Dianne::
2019-11-07 02:38:53 +01:00
trainerbattle_single TRAINER_DIANNE, VictoryRoad_B2F_Text_DianneIntro, VictoryRoad_B2F_Text_DianneDefeat
msgbox VictoryRoad_B2F_Text_DiannePostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_VitoIntro:
2017-11-10 02:21:31 +01:00
.string "I trained together with my whole family,\n"
.string "every one of us!\l"
2018-12-07 16:41:08 +01:00
.string "I'm not losing to anyone!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_VitoDefeat:
2017-11-10 02:21:31 +01:00
.string "Better than my family?!\n"
.string "Is that possible?!$"
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_VitoPostBattle:
2017-11-10 02:21:31 +01:00
.string "I was better than everyone in my\n"
2018-12-07 16:41:08 +01:00
.string "family. I've never lost before…\p"
.string "I've lost my confidence…\n"
.string "Maybe I'll go home…$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_OwenIntro:
2018-12-07 16:41:08 +01:00
.string "I'd heard that there was a tough\n"
2017-11-10 02:21:31 +01:00
.string "little kid around. Do they mean you?$"
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_OwenDefeat:
2017-11-10 02:21:31 +01:00
.string "The little shrimp is tough!$"
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_OwenPostBattle:
2017-11-10 02:21:31 +01:00
.string "The rumors I heard, that tough little\n"
.string "kid is from PETALBURG CITY.$"
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_CarolineIntro:
2017-11-10 02:21:31 +01:00
.string "You must be getting a little tired.$"
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_CarolineDefeat:
2017-11-10 02:21:31 +01:00
.string "No signs of tiring at all!$"
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_CarolinePostBattle:
2017-11-10 02:21:31 +01:00
.string "VICTORY ROAD and the POKéMON LEAGUE\n"
.string "are long and grueling challenges.\l"
.string "Beware of fatigue!$"
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_JulieIntro:
2018-12-07 16:41:08 +01:00
.string "You shouldn't get complacent just\n"
2017-11-10 02:21:31 +01:00
.string "because you have a lot of GYM BADGES.\p"
2018-12-07 16:41:08 +01:00
.string "There's always going to be someone\n"
.string "who's better than you!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_JulieDefeat:
2018-12-07 16:41:08 +01:00
.string "You're better than me!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_JuliePostBattle:
2017-11-10 02:21:31 +01:00
.string "Gaze on your collected BADGES and\n"
2018-12-07 16:41:08 +01:00
.string "remember the TRAINERS you've faced.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_FelixIntro:
2018-12-07 16:41:08 +01:00
.string "I've come this far, but the tension's\n"
2017-11-10 02:21:31 +01:00
.string "giving me awful stomach pain…$"
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_FelixDefeat:
2017-11-10 02:21:31 +01:00
.string "Ooh…\n"
.string "It hurts…$"
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_FelixPostBattle:
2018-12-07 16:41:08 +01:00
.string "I can't help getting all tense knowing\n"
.string "that I'm nearing the POKéMON LEAGUE.\p"
.string "It's all I can do to feign calm.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_DianneIntro:
2017-11-10 02:21:31 +01:00
.string "The elite among the elite gather in\n"
.string "this cave.\p"
.string "How are you finding it?$"
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_DianneDefeat:
2017-11-10 02:21:31 +01:00
.string "Not rattled in the least bit!$"
2021-07-20 21:18:31 +02:00
VictoryRoad_B2F_Text_DiannePostBattle:
2017-11-10 02:21:31 +01:00
.string "You do have guts! I like that!\n"
.string "Keep it going!$"