pokeemerald/data/maps/SSTidalLowerDeck/scripts.inc

40 lines
1.4 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
SSTidalLowerDeck_MapScripts:: @ 823C818
.byte 0
2019-11-08 09:37:46 +01:00
SSTidalLowerDeck_EventScript_Phillip:: @ 823C819
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
2019-11-08 09:37:46 +01:00
SSTidalLowerDeck_EventScript_Leonard:: @ 823C830
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
2019-11-08 09:37:46 +01:00
SSTidalLowerDeck_Text_PhillipIntro: @ 823C847
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
2019-11-08 09:37:46 +01:00
SSTidalLowerDeck_Text_PhillipDefeat: @ 823C8A0
2017-11-10 02:21:31 +01:00
.string "Little bro, I lost!$"
2019-11-08 09:37:46 +01:00
SSTidalLowerDeck_Text_PhillipPostBattle: @ 823C8B4
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!$"
2019-11-08 09:37:46 +01:00
SSTidalLowerDeck_Text_LeonardIntro: @ 823C917
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
2019-11-08 09:37:46 +01:00
SSTidalLowerDeck_Text_LeonardDefeat: @ 823C97D
2017-11-10 02:21:31 +01:00
.string "Big bro, I lost!$"
2019-11-08 09:37:46 +01:00
SSTidalLowerDeck_Text_LeonardPostBattle: @ 823C98E
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!$"