pokeemerald/data/maps/MtPyre_6F/scripts.inc

70 lines
2.1 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
MtPyre_6F_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
MtPyre_6F_EventScript_Valerie::
2019-11-09 18:23:30 +01:00
trainerbattle_single TRAINER_VALERIE_1, MtPyre_6F_Text_ValerieIntro, MtPyre_6F_Text_ValerieDefeat, MtPyre_6F_EventScript_RegisterValerie
2017-12-01 21:25:13 +01:00
specialvar VAR_RESULT, ShouldTryRematchBattle
goto_if_eq VAR_RESULT, TRUE, MtPyre_6F_EventScript_RematchValerie
2019-11-09 18:23:30 +01:00
msgbox MtPyre_6F_Text_ValeriePostBattle, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
MtPyre_6F_EventScript_RegisterValerie::
2019-11-01 08:41:55 +01:00
special PlayerFaceTrainerAfterBattle
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-09 18:23:30 +01:00
msgbox MtPyre_6F_Text_ValerieRegister, MSGBOX_DEFAULT
2018-12-02 12:04:59 +01:00
register_matchcall TRAINER_VALERIE_1
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
MtPyre_6F_EventScript_RematchValerie::
2019-11-09 18:23:30 +01:00
trainerbattle_rematch TRAINER_VALERIE_1, MtPyre_6F_Text_ValerieRematchIntro, MtPyre_6F_Text_ValerieRematchDefeat
msgbox MtPyre_6F_Text_ValeriePostRematch, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MtPyre_6F_EventScript_Cedric::
2019-11-09 18:23:30 +01:00
trainerbattle_single TRAINER_CEDRIC, MtPyre_6F_Text_CedricIntro, MtPyre_6F_Text_CedricDefeat
msgbox MtPyre_6F_Text_CedricPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MtPyre_6F_Text_ValerieIntro:
2018-12-07 16:41:08 +01:00
.string "When I'm here…\n"
2017-11-10 02:21:31 +01:00
.string "A curious power flows into me…$"
2021-07-20 21:18:31 +02:00
MtPyre_6F_Text_ValerieDefeat:
2017-11-10 02:21:31 +01:00
.string "The power is ebbing away…$"
2021-07-20 21:18:31 +02:00
MtPyre_6F_Text_ValeriePostBattle:
2017-11-10 02:21:31 +01:00
.string "Perhaps the power is from the spirits\n"
.string "of POKéMON in fitful sleep here…$"
2021-07-20 21:18:31 +02:00
MtPyre_6F_Text_ValerieRegister:
2017-11-10 02:21:31 +01:00
.string "Fufufu… I lost the match, but…\n"
.string "I have this little ability…\p"
.string "Without ever laying my hands on\n"
.string "your POKéNAV… Hiyah!$"
2021-07-20 21:18:31 +02:00
MtPyre_6F_Text_ValerieRematchIntro:
2017-11-10 02:21:31 +01:00
.string "Behind you…\n"
.string "What is it…$"
2021-07-20 21:18:31 +02:00
MtPyre_6F_Text_ValerieRematchDefeat:
2017-11-10 02:21:31 +01:00
.string "Something faded away…$"
2021-07-20 21:18:31 +02:00
MtPyre_6F_Text_ValeriePostRematch:
2017-11-10 02:21:31 +01:00
.string "The POKéMON at rest here…\n"
.string "Sometimes, they play…$"
2021-07-20 21:18:31 +02:00
MtPyre_6F_Text_CedricIntro:
2017-11-10 02:21:31 +01:00
.string "Have you lost your bearings?\n"
.string "Have no fear for I am here!$"
2021-07-20 21:18:31 +02:00
MtPyre_6F_Text_CedricDefeat:
2018-12-07 16:41:08 +01:00
.string "Weren't you lost?$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MtPyre_6F_Text_CedricPostBattle:
2017-11-10 02:21:31 +01:00
.string "I had this feeling that a lost TRAINER\n"
.string "would be panicked and easy to beat.\p"
2018-12-07 16:41:08 +01:00
.string "It's dirty and I won't try it again…$"
2017-11-10 02:21:31 +01:00