2020-07-24 06:49:26 -07:00
|
|
|
object_const_def
|
2015-11-26 21:22:14 -08:00
|
|
|
const FASTSHIPCABINS_SW_SSW_NW_FISHER
|
|
|
|
const FASTSHIPCABINS_SW_SSW_NW_BUG_CATCHER
|
2020-06-16 08:28:52 -07:00
|
|
|
const FASTSHIPCABINS_SW_SSW_NW_BEAUTY
|
2015-11-26 21:22:14 -08:00
|
|
|
const FASTSHIPCABINS_SW_SSW_NW_ROCKER
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
FastShipCabins_SW_SSW_NW_MapScripts:
|
2020-07-24 06:49:26 -07:00
|
|
|
def_scene_scripts
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_callbacks
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerFirebreatherLyle:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer FIREBREATHER, LYLE, EVENT_BEAT_FIREBREATHER_LYLE, FirebreatherLyleSeenText, FirebreatherLyleBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2018-02-02 18:09:17 -08:00
|
|
|
endifjustbattled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 12:36:58 -08:00
|
|
|
writetext FirebreatherLyleAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
TrainerBugCatcherKen:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer BUG_CATCHER, KEN, EVENT_BEAT_BUG_CATCHER_KEN, BugCatcherKenSeenText, BugCatcherKenBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2018-02-02 18:09:17 -08:00
|
|
|
endifjustbattled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-26 17:42:12 -08:00
|
|
|
writetext BugCatcherKenAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerBeautyCassie:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer BEAUTY, CASSIE, EVENT_BEAT_BEAUTY_CASSIE, BeautyCassieSeenText, BeautyCassieBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2018-02-02 18:09:17 -08:00
|
|
|
endifjustbattled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 12:36:58 -08:00
|
|
|
writetext BeautyCassieAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerGuitaristClyde:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer GUITARIST, CLYDE, EVENT_BEAT_GUITARIST_CLYDE, GuitaristClydeSeenText, GuitaristClydeBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2018-02-02 18:09:17 -08:00
|
|
|
endifjustbattled
|
2018-01-24 08:17:05 -08:00
|
|
|
special Mobile_DummyReturnFalse
|
2015-11-16 13:01:45 -08:00
|
|
|
iftrue .mobile
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-08-19 10:56:41 -07:00
|
|
|
writetext GuitaristClydeAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2016-04-10 12:01:49 -07:00
|
|
|
.mobile
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-08-19 10:56:41 -07:00
|
|
|
writetext GuitaristClydeAfterBattleMobileText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
FastShipBed:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext FastShipBedText1
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-01-24 08:17:05 -08:00
|
|
|
special FadeBlackQuickly
|
2018-01-02 09:49:25 -08:00
|
|
|
special ReloadSpritesNoPalettes
|
2018-01-24 08:17:05 -08:00
|
|
|
special StubbedTrainerRankings_Healings
|
2015-06-26 23:24:55 -07:00
|
|
|
special HealParty
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_HEAL
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 60
|
2015-02-11 15:03:42 -08:00
|
|
|
special RestartMapMusic
|
2018-01-24 08:17:05 -08:00
|
|
|
special FadeInQuickly
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext FastShipBedText2
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-20 00:51:52 -07:00
|
|
|
checkevent EVENT_FAST_SHIP_HAS_ARRIVED
|
2018-02-28 14:47:31 -08:00
|
|
|
iftrue .AlreadyArrived
|
2015-07-20 00:51:52 -07:00
|
|
|
checkevent EVENT_FAST_SHIP_FOUND_GIRL
|
2018-02-28 14:47:31 -08:00
|
|
|
iftrue .CanArrive
|
2015-07-20 00:51:52 -07:00
|
|
|
checkevent EVENT_FAST_SHIP_FIRST_TIME
|
2018-02-28 14:47:31 -08:00
|
|
|
iftrue .CanArrive
|
|
|
|
.AlreadyArrived:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-02-28 14:47:31 -08:00
|
|
|
.CanArrive:
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_ELEVATOR_END
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 30
|
2015-07-11 23:00:17 -07:00
|
|
|
checkevent EVENT_FAST_SHIP_DESTINATION_OLIVINE
|
2018-02-28 14:47:31 -08:00
|
|
|
iftrue .ArrivedOlivine
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext FastShipArrivedVermilionText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-20 00:51:52 -07:00
|
|
|
setevent EVENT_FAST_SHIP_HAS_ARRIVED
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-02-28 14:47:31 -08:00
|
|
|
.ArrivedOlivine:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext FastShipArrivedOlivineText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-20 00:51:52 -07:00
|
|
|
setevent EVENT_FAST_SHIP_HAS_ARRIVED
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FastShipCabinsNorthwestCabinTrashcan:
|
2020-06-10 13:44:16 -07:00
|
|
|
jumpstd TrashCanScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FirebreatherLyleSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I'm going to KANTO"
|
|
|
|
line "to put on fire-"
|
|
|
|
cont "breathing shows!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FirebreatherLyleBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Fizzle… The"
|
|
|
|
line "flame's tiny…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
FirebreatherLyleAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I guess fire is"
|
|
|
|
line "weak on the sea."
|
|
|
|
|
|
|
|
para "It doesn't matter?"
|
|
|
|
line "Really?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
BugCatcherKenSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I'm visiting my"
|
|
|
|
line "grandma to catch"
|
|
|
|
cont "me some bugs!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
BugCatcherKenBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Ooh, wow."
|
|
|
|
line "You're tough!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
BugCatcherKenAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You can find lots"
|
|
|
|
line "of #MON in the"
|
|
|
|
cont "trees of JOHTO!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
BeautyCassieSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I'm trying to"
|
|
|
|
line "forget my woes."
|
|
|
|
cont "Let's battle!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
BeautyCassieBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "My heart weeps…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
BeautyCassieAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "A voyage is best"
|
|
|
|
line "for getting over"
|
|
|
|
cont "a broken heart."
|
|
|
|
|
|
|
|
para "But a FAST SHIP"
|
|
|
|
line "trip is too short"
|
|
|
|
cont "for grieving."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
GuitaristClydeSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I'm going to audi-"
|
|
|
|
line "tion my songs at"
|
|
|
|
|
|
|
|
para "GOLDENROD's RADIO"
|
|
|
|
line "STATION."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
GuitaristClydeBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Yowza!"
|
|
|
|
line "Total distortion!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-08-19 10:56:41 -07:00
|
|
|
GuitaristClydeAfterBattleMobileText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I was going to"
|
|
|
|
line "make my debut at"
|
|
|
|
cont "the BATTLE TOWER…"
|
|
|
|
|
|
|
|
para "I should go back"
|
|
|
|
line "to VERMILION and"
|
|
|
|
cont "redo my training…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-08-19 10:56:41 -07:00
|
|
|
GuitaristClydeAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Speaking of the"
|
|
|
|
line "RADIO STATION,"
|
|
|
|
|
|
|
|
para "what's this week's"
|
|
|
|
line "lucky number?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
FastShipBedText1:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "A comfy bed!"
|
|
|
|
line "Time to sleep…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
FastShipBedText2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Ah, refreshed and"
|
|
|
|
line "restored!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
FastShipArrivedOlivineText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "FAST SHIP S.S.AQUA"
|
|
|
|
line "has arrived in"
|
|
|
|
cont "OLIVINE CITY."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
FastShipArrivedVermilionText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "FAST SHIP S.S.AQUA"
|
|
|
|
line "has arrived in"
|
|
|
|
cont "VERMILION CITY."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
FastShipCabins_SW_SSW_NW_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_warp_events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 2, 0, FAST_SHIP_1F, 5
|
|
|
|
warp_event 2, 19, FAST_SHIP_1F, 6
|
|
|
|
warp_event 3, 19, FAST_SHIP_1F, 6
|
|
|
|
warp_event 2, 31, FAST_SHIP_1F, 7
|
|
|
|
warp_event 3, 31, FAST_SHIP_1F, 7
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_coord_events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_bg_events
|
2018-02-01 19:22:07 -08:00
|
|
|
bg_event 7, 1, BGEVENT_READ, FastShipBed
|
|
|
|
bg_event 7, 2, BGEVENT_READ, FastShipBed
|
|
|
|
bg_event 7, 7, BGEVENT_READ, FastShipCabinsNorthwestCabinTrashcan
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_object_events
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 1, 15, SPRITE_FISHER, SPRITEMOVEDATA_SPINCOUNTERCLOCKWISE, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 2, TrainerFirebreatherLyle, EVENT_FAST_SHIP_PASSENGERS_FIRST_TRIP
|
|
|
|
object_event 6, 15, SPRITE_BUG_CATCHER, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_TRAINER, 2, TrainerBugCatcherKen, EVENT_FAST_SHIP_PASSENGERS_WESTBOUND
|
2020-06-16 08:28:52 -07:00
|
|
|
object_event 1, 26, SPRITE_BEAUTY, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 3, TrainerBeautyCassie, EVENT_FAST_SHIP_PASSENGERS_EASTBOUND
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 3, 28, SPRITE_ROCKER, SPRITEMOVEDATA_SPINCOUNTERCLOCKWISE, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 2, TrainerGuitaristClyde, EVENT_FAST_SHIP_PASSENGERS_WESTBOUND
|