pokeemerald/data/maps/MeteorFalls_1F_2R/scripts.inc

187 lines
6.9 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
MeteorFalls_1F_2R_MapScripts:: @ 822C4DD
.byte 0
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_EventScript_Nicolas:: @ 822C4DE
trainerbattle_single TRAINER_NICOLAS_1, MeteorFalls_1F_2R_Text_NicolasIntro, MeteorFalls_1F_2R_Text_NicolasDefeat, MeteorFalls_1F_2R_EventScript_RegisterNicolas
2017-12-01 21:25:13 +01:00
specialvar VAR_RESULT, ShouldTryRematchBattle
2019-11-07 02:38:53 +01:00
compare VAR_RESULT, TRUE
goto_if_eq MeteorFalls_1F_2R_EventScript_RematchNicolas
msgbox MeteorFalls_1F_2R_Text_NicolasPostBattle, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_EventScript_RegisterNicolas:: @ 822C50A
2019-11-01 08:41:55 +01:00
special PlayerFaceTrainerAfterBattle
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-11-07 02:38:53 +01:00
msgbox MeteorFalls_1F_2R_Text_NicolasRegister, MSGBOX_DEFAULT
2018-12-02 12:04:59 +01:00
register_matchcall TRAINER_NICOLAS_1
2017-11-10 02:21:31 +01:00
release
end
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_EventScript_RematchNicolas:: @ 822C529
trainerbattle_rematch TRAINER_NICOLAS_1, MeteorFalls_1F_2R_Text_NicolasRematchIntro, MeteorFalls_1F_2R_Text_NicolasRematchDefeat
msgbox MeteorFalls_1F_2R_Text_NicolasPostRematch, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_EventScript_John:: @ 822C540
trainerbattle_double TRAINER_JOHN_AND_JAY_1, MeteorFalls_1F_2R_Text_JohnIntro, MeteorFalls_1F_2R_Text_JohnDefeat, MeteorFalls_1F_2R_Text_JohnNotEnoughMons, MeteorFalls_1F_2R_EventScript_RegisterJohn
2017-12-01 21:25:13 +01:00
specialvar VAR_RESULT, ShouldTryRematchBattle
2019-11-07 02:38:53 +01:00
compare VAR_RESULT, TRUE
goto_if_eq MeteorFalls_1F_2R_EventScript_RematchJohn
msgbox MeteorFalls_1F_2R_Text_JohnPostBattle, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_EventScript_RegisterJohn:: @ 822C570
msgbox MeteorFalls_1F_2R_Text_JohnRegister, MSGBOX_DEFAULT
2018-12-02 12:04:59 +01:00
register_matchcall TRAINER_JOHN_AND_JAY_1
2017-11-10 02:21:31 +01:00
release
end
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_EventScript_RematchJohn:: @ 822C589
trainerbattle_rematch_double TRAINER_JOHN_AND_JAY_1, MeteorFalls_1F_2R_Text_JohnRematchIntro, MeteorFalls_1F_2R_Text_JohnRematchDefeat, MeteorFalls_1F_2R_Text_JohnRematchNotEnoughMons
msgbox MeteorFalls_1F_2R_Text_JohnPostRematch, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_EventScript_Jay:: @ 822C5A4
trainerbattle_double TRAINER_JOHN_AND_JAY_1, MeteorFalls_1F_2R_Text_JayIntro, MeteorFalls_1F_2R_Text_JayDefeat, MeteorFalls_1F_2R_Text_JayNotEnoughMons, MeteorFalls_1F_2R_EventScript_RegisterJay
2017-12-01 21:25:13 +01:00
specialvar VAR_RESULT, ShouldTryRematchBattle
2019-11-07 02:38:53 +01:00
compare VAR_RESULT, TRUE
goto_if_eq MeteorFalls_1F_2R_EventScript_RematchJay
msgbox MeteorFalls_1F_2R_Text_JayPostBattle, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_EventScript_RegisterJay:: @ 822C5D4
msgbox MeteorFalls_1F_2R_Text_JohnRegister, MSGBOX_DEFAULT @ John speaks for both during register
2018-12-02 12:04:59 +01:00
register_matchcall TRAINER_JOHN_AND_JAY_1
2017-11-10 02:21:31 +01:00
release
end
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_EventScript_RematchJay:: @ 822C5ED
trainerbattle_rematch_double TRAINER_JOHN_AND_JAY_1, MeteorFalls_1F_2R_Text_JayRematchIntro, MeteorFalls_1F_2R_Text_JayRematchDefeat, MeteorFalls_1F_2R_Text_JayRematchNotEnoughMons
msgbox MeteorFalls_1F_2R_Text_JayPostRematch, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_NicolasIntro: @ 822C608
2017-11-10 02:21:31 +01:00
.string "This is where we DRAGON users do our\n"
.string "training.\p"
.string "The CHAMPION even visits.\n"
.string "Now do you see how special it is here?$"
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_NicolasDefeat: @ 822C678
2017-11-10 02:21:31 +01:00
.string "Urgh!\n"
2018-12-07 16:41:08 +01:00
.string "I didn't expect you to be so strong!$"
2017-11-10 02:21:31 +01:00
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_NicolasPostBattle: @ 822C6A3
2017-11-10 02:21:31 +01:00
.string "The road ahead remains long and harsh.\p"
.string "When will my POKéMON and I become\n"
.string "the best?$"
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_NicolasRegister: @ 822C6F6
2017-11-10 02:21:31 +01:00
.string "I want to know more about your power.\n"
.string "Let me register you in my POKéNAV.$"
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_NicolasRematchIntro: @ 822C73F
2017-11-10 02:21:31 +01:00
.string "Since we met, we have trained hard\n"
.string "with our sights on number one.\p"
2018-12-07 16:41:08 +01:00
.string "Help us see how much stronger we've\n"
2017-11-10 02:21:31 +01:00
.string "become!$"
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_NicolasRematchDefeat: @ 822C7AD
2017-11-10 02:21:31 +01:00
.string "Urgh!\n"
2018-12-07 16:41:08 +01:00
.string "I didn't expect you to be so strong!$"
2017-11-10 02:21:31 +01:00
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_NicolasPostRematch: @ 822C7D8
2018-12-07 16:41:08 +01:00
.string "You've obviously kept up your\n"
2017-11-10 02:21:31 +01:00
.string "POKéMON training.\p"
.string "So long as you remain strong, I, too,\n"
.string "can become stronger!$"
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JohnIntro: @ 822C843
2018-12-07 16:41:08 +01:00
.string "JOHN: We've always battled POKéMON\n"
2017-11-10 02:21:31 +01:00
.string "together as a twosome.\l"
2018-12-07 16:41:08 +01:00
.string "We've confidence in ourselves.$"
2017-11-10 02:21:31 +01:00
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JohnDefeat: @ 822C89C
2017-11-10 02:21:31 +01:00
.string "JOHN: Oh, my.\n"
2018-12-07 16:41:08 +01:00
.string "We've lost, dear wife.$"
2017-11-10 02:21:31 +01:00
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JohnPostBattle: @ 822C8C1
2018-12-07 16:41:08 +01:00
.string "JOHN: We've been married for\n"
2017-11-10 02:21:31 +01:00
.string "fifty years.\p"
2018-12-07 16:41:08 +01:00
.string "Come to think of it, I've yet to beat\n"
2017-11-10 02:21:31 +01:00
.string "my dear wife in a battle.$"
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JohnNotEnoughMons: @ 822C92B
2017-11-10 02:21:31 +01:00
.string "JOHN: Well, well, what a young TRAINER!\p"
2018-12-07 16:41:08 +01:00
.string "Will you battle with us? If so, you'll\n"
2017-11-10 02:21:31 +01:00
.string "have to return with more POKéMON.$"
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JohnRegister: @ 822C99C
2017-11-10 02:21:31 +01:00
.string "JOHN: Young TRAINER, if the chance\n"
.string "arises, will you battle with us again?$"
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JayIntro: @ 822C9E6
2018-12-07 16:41:08 +01:00
.string "JAY: We've been married for\n"
2017-11-10 02:21:31 +01:00
.string "fifty years.\p"
.string "The bond we share as a couple could\n"
.string "never be broken.$"
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JayDefeat: @ 822CA44
2017-11-10 02:21:31 +01:00
.string "JAY: Oh, dear.\n"
2018-12-07 16:41:08 +01:00
.string "We've lost, my dear husband.$"
2017-11-10 02:21:31 +01:00
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JayPostBattle: @ 822CA70
2017-11-10 02:21:31 +01:00
.string "JAY: Fifty years of marriage…\p"
.string "If we ever argued, we always settled\n"
.string "it with a POKéMON battle…$"
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JayNotEnoughMons: @ 822CACD
2018-12-07 16:41:08 +01:00
.string "JAY: Well, well, aren't you a young\n"
2017-11-10 02:21:31 +01:00
.string "TRAINER?\p"
2018-12-07 16:41:08 +01:00
.string "If you'd care to battle with us, you'll\n"
2017-11-10 02:21:31 +01:00
.string "have to come back with more POKéMON.$"
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JohnRematchIntro: @ 822CB47
2018-12-07 16:41:08 +01:00
.string "JOHN: We've always battled POKéMON\n"
2017-11-10 02:21:31 +01:00
.string "together as a twosome.\l"
2018-12-07 16:41:08 +01:00
.string "We've confidence in ourselves.$"
2017-11-10 02:21:31 +01:00
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JohnRematchDefeat: @ 822CBA0
2017-11-10 02:21:31 +01:00
.string "JOHN: Oh, my.\n"
2018-12-07 16:41:08 +01:00
.string "We've lost, dear wife.$"
2017-11-10 02:21:31 +01:00
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JohnPostRematch: @ 822CBC5
2017-11-10 02:21:31 +01:00
.string "JOHN: Married for fifty years…\p"
.string "On reflection, the dear wife and I,\n"
.string "we battled day in and day out…$"
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JohnRematchNotEnoughMons: @ 822CC27
2017-11-10 02:21:31 +01:00
.string "JOHN: Well, well, what a young TRAINER!\p"
2018-12-07 16:41:08 +01:00
.string "Will you battle with us? If so, you'll\n"
2017-11-10 02:21:31 +01:00
.string "have to return with more POKéMON.$"
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JayRematchIntro: @ 822CC98
2018-12-07 16:41:08 +01:00
.string "JAY: We've been married for\n"
2017-11-10 02:21:31 +01:00
.string "fifty years.\p"
2018-12-07 16:41:08 +01:00
.string "We've supported each other all that\n"
.string "time. We've made ourselves strong.$"
2017-11-10 02:21:31 +01:00
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JayRematchDefeat: @ 822CD08
2017-11-10 02:21:31 +01:00
.string "JAY: Oh, dear.\n"
2018-12-07 16:41:08 +01:00
.string "We've lost, my dear husband.$"
2017-11-10 02:21:31 +01:00
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JayPostRematch: @ 822CD34
2017-11-10 02:21:31 +01:00
.string "JAY: Fifty years of marriage…\n"
.string "Many things have happened.\p"
.string "I hope that we will continue to make\n"
.string "happy memories together.$"
2019-11-07 02:38:53 +01:00
MeteorFalls_1F_2R_Text_JayRematchNotEnoughMons: @ 822CDAB
2018-12-07 16:41:08 +01:00
.string "JAY: Well, well, aren't you a young\n"
2017-11-10 02:21:31 +01:00
.string "TRAINER?\p"
2018-12-07 16:41:08 +01:00
.string "If you'd care to battle with us, you'll\n"
2017-11-10 02:21:31 +01:00
.string "have to come back with more POKéMON.$"