40 lines
1.3 KiB
PHP
Raw Permalink Normal View History

2021-07-20 15:18:31 -04:00
SSTidalLowerDeck_MapScripts::
2017-11-09 19:21:31 -06:00
.byte 0
2021-07-20 15:18:31 -04:00
SSTidalLowerDeck_EventScript_Phillip::
2019-11-08 03:37:46 -05:00
trainerbattle_single TRAINER_PHILLIP, SSTidalLowerDeck_Text_PhillipIntro, SSTidalLowerDeck_Text_PhillipDefeat
msgbox SSTidalLowerDeck_Text_PhillipPostBattle, MSGBOX_AUTOCLOSE
2017-11-09 19:21:31 -06:00
end
2021-07-20 15:18:31 -04:00
SSTidalLowerDeck_EventScript_Leonard::
2019-11-08 03:37:46 -05:00
trainerbattle_single TRAINER_LEONARD, SSTidalLowerDeck_Text_LeonardIntro, SSTidalLowerDeck_Text_LeonardDefeat
msgbox SSTidalLowerDeck_Text_LeonardPostBattle, MSGBOX_AUTOCLOSE
2017-11-09 19:21:31 -06:00
end
2021-07-20 15:18:31 -04:00
SSTidalLowerDeck_Text_PhillipIntro:
2018-12-07 10:41:08 -05:00
.string "Arrrgh! I'm fed up and dog-tired of\n"
2017-11-09 19:21:31 -06:00
.string "cleaning this huge place!\p"
2018-12-07 10:41:08 -05:00
.string "Let's have a quick battle!$"
2017-11-09 19:21:31 -06:00
2021-07-20 15:18:31 -04:00
SSTidalLowerDeck_Text_PhillipDefeat:
2017-11-09 19:21:31 -06:00
.string "Little bro, I lost!$"
2021-07-20 15:18:31 -04:00
SSTidalLowerDeck_Text_PhillipPostBattle:
2018-12-07 10:41:08 -05:00
.string "We're the CLEANUP BROTHERS!\p"
2017-11-09 19:21:31 -06:00
.string "The old one dumps the detergent,\n"
.string "and the young one does the scrubbing!$"
2021-07-20 15:18:31 -04:00
SSTidalLowerDeck_Text_LeonardIntro:
2018-12-07 10:41:08 -05: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-09 19:21:31 -06:00
2021-07-20 15:18:31 -04:00
SSTidalLowerDeck_Text_LeonardDefeat:
2017-11-09 19:21:31 -06:00
.string "Big bro, I lost!$"
2021-07-20 15:18:31 -04:00
SSTidalLowerDeck_Text_LeonardPostBattle:
2018-12-07 10:41:08 -05:00
.string "We're the CLEANUP BROTHERS!\p"
2017-11-09 19:21:31 -06:00
.string "The old one dumps the detergent,\n"
.string "and the young one does the scrubbing!$"