pokeemerald/data/maps/MtPyre_6F/scripts.inc

71 lines
2.3 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
MtPyre_6F_MapScripts:: @ 8231D3A
.byte 0
2019-11-09 18:23:30 +01:00
MtPyre_6F_EventScript_Valerie:: @ 8231D3B
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
2019-11-09 18:23:30 +01:00
compare VAR_RESULT, TRUE
goto_if_eq MtPyre_6F_EventScript_RematchValerie
msgbox MtPyre_6F_Text_ValeriePostBattle, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-09 18:23:30 +01:00
MtPyre_6F_EventScript_RegisterValerie:: @ 8231D67
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
2019-11-09 18:23:30 +01:00
MtPyre_6F_EventScript_RematchValerie:: @ 8231D86
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
2019-11-09 18:23:30 +01:00
MtPyre_6F_EventScript_Cedric:: @ 8231D9D
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
2019-11-09 18:23:30 +01:00
MtPyre_6F_Text_ValerieIntro: @ 8231DB4
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…$"
2019-11-09 18:23:30 +01:00
MtPyre_6F_Text_ValerieDefeat: @ 8231DE2
2017-11-10 02:21:31 +01:00
.string "The power is ebbing away…$"
2019-11-09 18:23:30 +01:00
MtPyre_6F_Text_ValeriePostBattle: @ 8231DFC
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…$"
2019-11-09 18:23:30 +01:00
MtPyre_6F_Text_ValerieRegister: @ 8231E43
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!$"
2019-11-09 18:23:30 +01:00
MtPyre_6F_Text_ValerieRematchIntro: @ 8231EB3
2017-11-10 02:21:31 +01:00
.string "Behind you…\n"
.string "What is it…$"
2019-11-09 18:23:30 +01:00
MtPyre_6F_Text_ValerieRematchDefeat: @ 8231ECB
2017-11-10 02:21:31 +01:00
.string "Something faded away…$"
2019-11-09 18:23:30 +01:00
MtPyre_6F_Text_ValeriePostRematch: @ 8231EE1
2017-11-10 02:21:31 +01:00
.string "The POKéMON at rest here…\n"
.string "Sometimes, they play…$"
2019-11-09 18:23:30 +01:00
MtPyre_6F_Text_CedricIntro: @ 8231F11
2017-11-10 02:21:31 +01:00
.string "Have you lost your bearings?\n"
.string "Have no fear for I am here!$"
2019-11-09 18:23:30 +01:00
MtPyre_6F_Text_CedricDefeat: @ 8231F4A
2018-12-07 16:41:08 +01:00
.string "Weren't you lost?$"
2017-11-10 02:21:31 +01:00
2019-11-09 18:23:30 +01:00
MtPyre_6F_Text_CedricPostBattle: @ 8231F5C
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