2015-07-10 01:20:21 -07:00
|
|
|
FastShipCabins_SW_SSW_NW_MapScriptHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; trigger count
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 0
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerFirebreatherLyle:
|
2013-02-16 22:54:07 -08:00
|
|
|
; bit/flag number
|
2015-07-10 01:20:21 -07:00
|
|
|
dw EVENT_BEAT_FIREBREATHER_LYLE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; trainer group && trainer id
|
|
|
|
db FIREBREATHER, LYLE
|
|
|
|
|
|
|
|
; text when seen
|
|
|
|
dw FirebreatherLyleSeenText
|
|
|
|
|
|
|
|
; text when trainer beaten
|
|
|
|
dw FirebreatherLyleBeatenText
|
|
|
|
|
|
|
|
; script when lost
|
|
|
|
dw $0000
|
|
|
|
|
|
|
|
; script when talk again
|
|
|
|
dw FirebreatherLyleScript
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FirebreatherLyleScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x75b52
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerBug_catcherKen:
|
2013-02-16 22:54:07 -08:00
|
|
|
; bit/flag number
|
2015-07-10 01:20:21 -07:00
|
|
|
dw EVENT_BEAT_BUG_CATCHER_KEN
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; trainer group && trainer id
|
|
|
|
db BUG_CATCHER, KEN
|
|
|
|
|
|
|
|
; text when seen
|
|
|
|
dw Bug_catcherKenSeenText
|
|
|
|
|
|
|
|
; text when trainer beaten
|
|
|
|
dw Bug_catcherKenBeatenText
|
|
|
|
|
|
|
|
; script when lost
|
|
|
|
dw $0000
|
|
|
|
|
|
|
|
; script when talk again
|
|
|
|
dw Bug_catcherKenScript
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Bug_catcherKenScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x75bd5
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerBeautyCassie:
|
2013-02-16 22:54:07 -08:00
|
|
|
; bit/flag number
|
2015-07-10 01:20:21 -07:00
|
|
|
dw EVENT_BEAT_BEAUTY_CASSIE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; trainer group && trainer id
|
|
|
|
db BEAUTY, CASSIE
|
|
|
|
|
|
|
|
; text when seen
|
|
|
|
dw BeautyCassieSeenText
|
|
|
|
|
|
|
|
; text when trainer beaten
|
|
|
|
dw BeautyCassieBeatenText
|
|
|
|
|
|
|
|
; script when lost
|
|
|
|
dw $0000
|
|
|
|
|
|
|
|
; script when talk again
|
|
|
|
dw BeautyCassieScript
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
BeautyCassieScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x75c43
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerGuitaristClyde:
|
2013-02-16 22:54:07 -08:00
|
|
|
; bit/flag number
|
2015-07-10 01:20:21 -07:00
|
|
|
dw EVENT_BEAT_GUITARIST_CLYDE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; trainer group && trainer id
|
|
|
|
db GUITARIST, CLYDE
|
|
|
|
|
|
|
|
; text when seen
|
|
|
|
dw GuitaristClydeSeenText
|
|
|
|
|
|
|
|
; text when trainer beaten
|
|
|
|
dw GuitaristClydeBeatenText
|
|
|
|
|
|
|
|
; script when lost
|
|
|
|
dw $0000
|
|
|
|
|
|
|
|
; script when talk again
|
|
|
|
dw GuitaristClydeScript
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
GuitaristClydeScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
talkaftercancel
|
2015-02-11 15:03:42 -08:00
|
|
|
special Function10630f
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x75aa5
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x75d65
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x75aa5:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x75cfe
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
FastShipBed:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext FastShipBedText1
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
2015-02-11 15:03:42 -08:00
|
|
|
special Function8c0b6
|
|
|
|
special Functiond91
|
2015-07-15 12:48:44 -07:00
|
|
|
special Mobile_HealParty
|
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
|
|
|
|
special Function8c0ab
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext FastShipBedText2
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
2015-07-11 23:00:17 -07:00
|
|
|
checkevent EVENT_031
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x75ae1
|
2015-07-11 23:00:17 -07:00
|
|
|
checkevent EVENT_032
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x75ae2
|
2015-07-11 23:00:17 -07:00
|
|
|
checkevent EVENT_030
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x75ae2
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x75ae1:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x75ae2:
|
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
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x75af7
|
|
|
|
loadfont
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext FastShipArrivedVermilionText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
2015-07-11 23:00:17 -07:00
|
|
|
setevent EVENT_031
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x75af7:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext FastShipArrivedOlivineText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
2015-07-11 23:00:17 -07:00
|
|
|
setevent EVENT_031
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FastShipCabinsNorthwestCabinTrashcan:
|
2015-06-23 14:02:58 -07:00
|
|
|
jumpstd trashcan
|
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
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x75b52:
|
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
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Bug_catcherKenSeenText:
|
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
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Bug_catcherKenBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Ooh, wow."
|
|
|
|
line "You're tough!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x75bd5:
|
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
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x75c43:
|
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
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x75cfe:
|
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
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x75d65:
|
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
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FastShipCabins_SW_SSW_NW_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 5
|
|
|
|
warp_def $0, $2, 5, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
|
|
|
|
warp_def $13, $2, 6, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
|
|
|
|
warp_def $13, $3, 6, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
|
|
|
|
warp_def $1f, $2, 7, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
|
|
|
|
warp_def $1f, $3, 7, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 3
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 1, 7, SIGNPOST_READ, FastShipBed
|
|
|
|
signpost 2, 7, SIGNPOST_READ, FastShipBed
|
|
|
|
signpost 7, 7, SIGNPOST_READ, FastShipCabinsNorthwestCabinTrashcan
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 4
|
2015-07-18 12:46:38 -07:00
|
|
|
person_event SPRITE_FISHER, 19, 5, RIGHT << 2 | $12, $0, -1, -1, (PAL_OW_RED << 4) | $82, 2, TrainerFirebreatherLyle, EVENT_FAST_SHIP_PASSENGERS_FIRST_TRIP
|
|
|
|
person_event SPRITE_BUG_CATCHER, 19, 10, LEFT << 2 | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 2, TrainerBug_catcherKen, EVENT_FAST_SHIP_PASSENGERS_WESTBOUND
|
|
|
|
person_event SPRITE_BUENA, 30, 5, LEFT << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $82, 3, TrainerBeautyCassie, EVENT_FAST_SHIP_PASSENGERS_EASTBOUND
|
|
|
|
person_event SPRITE_ROCKER, 32, 7, RIGHT << 2 | $12, $0, -1, -1, (PAL_OW_RED << 4) | $82, 2, TrainerGuitaristClyde, EVENT_FAST_SHIP_PASSENGERS_WESTBOUND
|