pokeemerald/data/maps/SSTidalLowerDeck/scripts.inc

40 lines
1.3 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
SSTidalLowerDeck_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
SSTidalLowerDeck_EventScript_Phillip::
2019-11-08 09:37:46 +01:00
trainerbattle_single TRAINER_PHILLIP, SSTidalLowerDeck_Text_PhillipIntro, SSTidalLowerDeck_Text_PhillipDefeat
msgbox SSTidalLowerDeck_Text_PhillipPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SSTidalLowerDeck_EventScript_Leonard::
2019-11-08 09:37:46 +01:00
trainerbattle_single TRAINER_LEONARD, SSTidalLowerDeck_Text_LeonardIntro, SSTidalLowerDeck_Text_LeonardDefeat
msgbox SSTidalLowerDeck_Text_LeonardPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SSTidalLowerDeck_Text_PhillipIntro:
2018-12-07 16:41:08 +01:00
.string "Arrrgh! I'm fed up and dog-tired of\n"
2017-11-10 02:21:31 +01:00
.string "cleaning this huge place!\p"
2018-12-07 16:41:08 +01:00
.string "Let's have a quick battle!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
SSTidalLowerDeck_Text_PhillipDefeat:
2017-11-10 02:21:31 +01:00
.string "Little bro, I lost!$"
2021-07-20 21:18:31 +02:00
SSTidalLowerDeck_Text_PhillipPostBattle:
2018-12-07 16:41:08 +01:00
.string "We're the CLEANUP BROTHERS!\p"
2017-11-10 02:21:31 +01:00
.string "The old one dumps the detergent,\n"
.string "and the young one does the scrubbing!$"
2021-07-20 21:18:31 +02:00
SSTidalLowerDeck_Text_LeonardIntro:
2018-12-07 16:41:08 +01:00
.string "This is the bottom of the ship's hull.\n"
.string "There's plenty of room.\l"
.string "It'll be alright for a POKéMON battle.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
SSTidalLowerDeck_Text_LeonardDefeat:
2017-11-10 02:21:31 +01:00
.string "Big bro, I lost!$"
2021-07-20 21:18:31 +02:00
SSTidalLowerDeck_Text_LeonardPostBattle:
2018-12-07 16:41:08 +01:00
.string "We're the CLEANUP BROTHERS!\p"
2017-11-10 02:21:31 +01:00
.string "The old one dumps the detergent,\n"
.string "and the young one does the scrubbing!$"