pokeemerald/data/maps/SootopolisCity_Gym_B1F/scripts.inc

184 lines
6.5 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_EventScript_Andrea::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_ANDREA, SootopolisCity_Gym_B1F_Text_AndreaIntro, SootopolisCity_Gym_B1F_Text_AndreaDefeat
msgbox SootopolisCity_Gym_B1F_Text_AndreaPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_EventScript_Crissy::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_CRISSY, SootopolisCity_Gym_B1F_Text_CrissyIntro, SootopolisCity_Gym_B1F_Text_CrissyDefeat
msgbox SootopolisCity_Gym_B1F_Text_CrissyPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_EventScript_Brianna::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_BRIANNA, SootopolisCity_Gym_B1F_Text_BriannaIntro, SootopolisCity_Gym_B1F_Text_BriannaDefeat
msgbox SootopolisCity_Gym_B1F_Text_BriannaPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_EventScript_Connie::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_CONNIE, SootopolisCity_Gym_B1F_Text_ConnieIntro, SootopolisCity_Gym_B1F_Text_ConnieDefeat
msgbox SootopolisCity_Gym_B1F_Text_ConniePostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_EventScript_Bridget::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_BRIDGET, SootopolisCity_Gym_B1F_Text_BridgetIntro, SootopolisCity_Gym_B1F_Text_BridgetDefeat
msgbox SootopolisCity_Gym_B1F_Text_BridgetPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_EventScript_Olivia::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_OLIVIA, SootopolisCity_Gym_B1F_Text_OliviaIntro, SootopolisCity_Gym_B1F_Text_OliviaDefeat
msgbox SootopolisCity_Gym_B1F_Text_OliviaPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_EventScript_Tiffany::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_TIFFANY, SootopolisCity_Gym_B1F_Text_TiffanyIntro, SootopolisCity_Gym_B1F_Text_TiffanyDefeat
msgbox SootopolisCity_Gym_B1F_Text_TiffanyPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_EventScript_Bethany::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_BETHANY, SootopolisCity_Gym_B1F_Text_BethanyIntro, SootopolisCity_Gym_B1F_Text_BethanyDefeat
msgbox SootopolisCity_Gym_B1F_Text_BethanyPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_EventScript_Annika::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_ANNIKA, SootopolisCity_Gym_B1F_Text_AnnikaIntro, SootopolisCity_Gym_B1F_Text_AnnikaDefeat
msgbox SootopolisCity_Gym_B1F_Text_AnnikaPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_EventScript_Daphne::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_DAPHNE, SootopolisCity_Gym_B1F_Text_DaphneIntro, SootopolisCity_Gym_B1F_Text_DaphneDefeat
msgbox SootopolisCity_Gym_B1F_Text_DaphnePostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_AndreaIntro:
2018-12-07 16:41:08 +01:00
.string "I'll show you the sublime techniques\n"
2017-11-10 02:21:31 +01:00
.string "I learned from our LEADER JUAN!$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_AndreaDefeat:
2017-11-10 02:21:31 +01:00
.string "Please forgive me, JUAN…$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_AndreaPostBattle:
2017-11-10 02:21:31 +01:00
.string "Watch what happens if you crack all\n"
.string "the floor tiles.$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_CrissyIntro:
2018-12-07 16:41:08 +01:00
.string "You came all the way here, but you won't\n"
2017-11-10 02:21:31 +01:00
.string "get to see JUAN.\p"
2018-12-07 16:41:08 +01:00
.string "Not if you lose to me, you won't!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_CrissyDefeat:
2018-12-07 16:41:08 +01:00
.string "You're strong!\n"
2017-11-10 02:21:31 +01:00
.string "I was fooled by your cute looks!$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_CrissyPostBattle:
2017-11-10 02:21:31 +01:00
.string "You might be good enough to avoid\n"
.string "being wiped out in one hit by JUAN.$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_DaphneIntro:
2017-11-10 02:21:31 +01:00
.string "The sight of JUAN conducting\n"
.string "a battle…\p"
.string "The very beauty of it compelled me to\n"
.string "become a TRAINER.$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_DaphneDefeat:
2017-11-10 02:21:31 +01:00
.string "You battled with more beauty than\n"
.string "I could muster…$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_DaphnePostBattle:
2017-11-10 02:21:31 +01:00
.string "The grace you bring to battle is\n"
.string "fabulous.\p"
2018-12-07 16:41:08 +01:00
.string "Oh… I'm so fortunate to have found\n"
2017-11-10 02:21:31 +01:00
.string "POKéMON.$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_ConnieIntro:
2017-11-10 02:21:31 +01:00
.string "I should teach you how harsh battles\n"
.string "can be.$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_ConnieDefeat:
2017-11-10 02:21:31 +01:00
.string "Oh.\n"
2018-12-07 16:41:08 +01:00
.string "You're strong.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_ConniePostBattle:
2018-12-07 16:41:08 +01:00
.string "I'll tell you something good.\p"
2017-11-10 02:21:31 +01:00
.string "If you want to reach JUAN, you\n"
.string "need to walk on each floor tile once.$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_BridgetIntro:
2017-11-10 02:21:31 +01:00
.string "The POKéMON GYM of the highest level\n"
.string "in the HOENN region…\p"
2018-12-07 16:41:08 +01:00
.string "That's the SOOTOPOLIS GYM.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_BridgetDefeat:
2017-11-10 02:21:31 +01:00
.string "What a high level you are!$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_BridgetPostBattle:
2017-11-10 02:21:31 +01:00
.string "Rather than being satisfied by being\n"
.string "in a strong GYM, I imagine training in\l"
.string "other places will make you stronger.\l"
.string "But above all, it looks more fun.$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_OliviaIntro:
2017-11-10 02:21:31 +01:00
.string "I train my POKéMON together with\n"
.string "JUAN.\p"
2018-12-07 16:41:08 +01:00
.string "Don't think I'm a pushover.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_OliviaDefeat:
2017-11-10 02:21:31 +01:00
.string "I was beaten…$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_OliviaPostBattle:
2017-11-10 02:21:31 +01:00
.string "I think you have potential.\n"
2018-12-07 16:41:08 +01:00
.string "Why don't you stay and train with us?$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_TiffanyIntro:
2017-11-10 02:21:31 +01:00
.string "A graceful glide across the ice while\n"
.string "crossing no lines…\p"
.string "A TRAINER putting on that performance\n"
.string "would be elegantly beautiful!$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_TiffanyDefeat:
2017-11-10 02:21:31 +01:00
.string "Well, excuse me?!$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_TiffanyPostBattle:
2017-11-10 02:21:31 +01:00
.string "This is really obvious, but how strong\n"
.string "you are as a TRAINER has nothing to do\l"
.string "with how young or old you are.$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_BethanyIntro:
2018-12-07 16:41:08 +01:00
.string "When I'm with my POKéMON, the time\n"
2017-11-10 02:21:31 +01:00
.string "flies by before you can say, “Oops!”$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_BethanyDefeat:
2017-11-10 02:21:31 +01:00
.string "Oops!$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_BethanyPostBattle:
2017-11-10 02:21:31 +01:00
.string "I wish I could forget about lost causes\n"
.string "before I can manage an “Oops!”$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_AnnikaIntro:
2017-11-10 02:21:31 +01:00
.string "I can battle with really rare POKéMON\n"
2018-12-07 16:41:08 +01:00
.string "if you'd like.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_AnnikaDefeat:
2017-11-10 02:21:31 +01:00
.string "Oh, there now! Did you have a good look\n"
.string "at my POKéMON?$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_AnnikaPostBattle:
2017-11-10 02:21:31 +01:00
.string "I came to this GYM because JUAN\n"
.string "praised me for my darling POKéMON.\p"
2018-12-07 16:41:08 +01:00
.string "Oh, if only I'd met JUAN years ago\n"
2017-11-10 02:21:31 +01:00
.string "when I was younger…$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_BriannaIntro:
2017-11-10 02:21:31 +01:00
.string "Giggle…\n"
.string "Your grim look is so charming.$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_BriannaDefeat:
2017-11-10 02:21:31 +01:00
.string "Oh, dear.\n"
.string "I went much too easy on you.$"
2021-07-20 21:18:31 +02:00
SootopolisCity_Gym_B1F_Text_BriannaPostBattle:
2018-12-07 16:41:08 +01:00
.string "You couldn't lay a finger on JUAN,\n"
.string "I'm sure. Giggle…$"
2017-11-10 02:21:31 +01:00