pokecrystal-board/maps/FastShipCabins_SW_SSW_NW.asm

252 lines
5.3 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const FASTSHIPCABINS_SW_SSW_NW_FISHER
const FASTSHIPCABINS_SW_SSW_NW_BUG_CATCHER
const FASTSHIPCABINS_SW_SSW_NW_BUENA
const FASTSHIPCABINS_SW_SSW_NW_ROCKER
2015-07-10 01:20:21 -07:00
FastShipCabins_SW_SSW_NW_MapScriptHeader:
.SceneScripts:
db 0
.MapCallbacks:
db 0
2015-07-10 01:20:21 -07:00
TrainerFirebreatherLyle:
2017-12-17 17:45:04 -08:00
trainer EVENT_BEAT_FIREBREATHER_LYLE, FIREBREATHER, LYLE, FirebreatherLyleSeenText, FirebreatherLyleBeatenText, 0, .Script
2017-12-17 17:45:04 -08:00
.Script:
2015-11-25 07:16:29 -08:00
end_if_just_battled
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
closetext
end
TrainerBugCatcherKen:
trainer EVENT_BEAT_BUG_CATCHER_KEN, BUG_CATCHER, KEN, BugCatcherKenSeenText, BugCatcherKenBeatenText, 0, .Script
2017-12-17 17:45:04 -08:00
.Script:
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
writetext BugCatcherKenAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerBeautyCassie:
2017-12-17 17:45:04 -08:00
trainer EVENT_BEAT_BEAUTY_CASSIE, BEAUTY, CASSIE, BeautyCassieSeenText, BeautyCassieBeatenText, 0, .Script
2017-12-17 17:45:04 -08:00
.Script:
2015-11-25 07:16:29 -08:00
end_if_just_battled
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
closetext
end
2015-07-10 01:20:21 -07:00
TrainerGuitaristClyde:
2017-12-17 17:45:04 -08:00
trainer EVENT_BEAT_GUITARIST_CLYDE, GUITARIST, CLYDE, GuitaristClydeSeenText, GuitaristClydeBeatenText, 0, .Script
2017-12-17 17:45:04 -08:00
.Script:
2015-11-25 07:16:29 -08:00
end_if_just_battled
special Special_Mobile_DummyReturnFalse
2015-11-16 13:01:45 -08:00
iftrue .mobile
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x75d65
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
.mobile
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x75cfe
2015-11-25 07:16:29 -08:00
waitbutton
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
closetext
special Special_FadeBlackQuickly
special Special_ReloadSpritesNoPalettes
special Special_TrainerRankings_Healings
special HealParty
playmusic MUSIC_HEAL
pause 60
special RestartMapMusic
2015-11-26 18:05:32 -08:00
special 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
closetext
checkevent EVENT_FAST_SHIP_HAS_ARRIVED
iftrue UnknownScript_0x75ae1
checkevent EVENT_FAST_SHIP_FOUND_GIRL
iftrue UnknownScript_0x75ae2
checkevent EVENT_FAST_SHIP_FIRST_TIME
iftrue UnknownScript_0x75ae2
2015-07-10 01:20:21 -07:00
UnknownScript_0x75ae1:
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x75ae2:
playsound SFX_ELEVATOR_END
pause 30
checkevent EVENT_FAST_SHIP_DESTINATION_OLIVINE
iftrue UnknownScript_0x75af7
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
closetext
setevent EVENT_FAST_SHIP_HAS_ARRIVED
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x75af7:
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
closetext
setevent EVENT_FAST_SHIP_HAS_ARRIVED
end
2015-07-10 01:20:21 -07:00
FastShipCabinsNorthwestCabinTrashcan:
2015-06-23 14:02:58 -07:00
jumpstd trashcan
2015-07-10 01:20:21 -07:00
FirebreatherLyleSeenText:
text "I'm going to KANTO"
line "to put on fire-"
cont "breathing shows!"
done
2015-07-10 01:20:21 -07:00
FirebreatherLyleBeatenText:
text "Fizzle… The"
line "flame's tiny…"
done
2017-12-10 12:36:58 -08:00
FirebreatherLyleAfterBattleText:
text "I guess fire is"
line "weak on the sea."
para "It doesn't matter?"
line "Really?"
done
BugCatcherKenSeenText:
text "I'm visiting my"
line "grandma to catch"
cont "me some bugs!"
done
BugCatcherKenBeatenText:
text "Ooh, wow."
line "You're tough!"
done
BugCatcherKenAfterBattleText:
text "You can find lots"
line "of #MON in the"
cont "trees of JOHTO!"
done
2015-07-10 01:20:21 -07:00
BeautyCassieSeenText:
text "I'm trying to"
line "forget my woes."
cont "Let's battle!"
done
2015-07-10 01:20:21 -07:00
BeautyCassieBeatenText:
text "My heart weeps…"
done
2017-12-10 12:36:58 -08:00
BeautyCassieAfterBattleText:
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
2015-07-10 01:20:21 -07:00
GuitaristClydeSeenText:
text "I'm going to audi-"
line "tion my songs at"
para "GOLDENROD's RADIO"
line "STATION."
done
2015-07-10 01:20:21 -07:00
GuitaristClydeBeatenText:
text "Yowza!"
line "Total distortion!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x75cfe:
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
2015-07-10 01:20:21 -07:00
UnknownText_0x75d65:
text "Speaking of the"
line "RADIO STATION,"
para "what's this week's"
line "lucky number?"
done
2015-06-25 21:01:08 -07:00
FastShipBedText1:
text "A comfy bed!"
line "Time to sleep…"
done
2015-06-25 21:01:08 -07:00
FastShipBedText2:
text "Ah, refreshed and"
line "restored!"
done
2015-06-25 21:01:08 -07:00
FastShipArrivedOlivineText:
text "FAST SHIP S.S.AQUA"
line "has arrived in"
cont "OLIVINE CITY."
done
2015-06-25 21:01:08 -07:00
FastShipArrivedVermilionText:
text "FAST SHIP S.S.AQUA"
line "has arrived in"
cont "VERMILION CITY."
done
2015-07-10 01:20:21 -07:00
FastShipCabins_SW_SSW_NW_MapEventHeader:
; filler
db 0, 0
.Warps:
db 5
warp_def 2, 0, 5, FAST_SHIP_1F
warp_def 2, 19, 6, FAST_SHIP_1F
warp_def 3, 19, 6, FAST_SHIP_1F
warp_def 2, 31, 7, FAST_SHIP_1F
warp_def 3, 31, 7, FAST_SHIP_1F
.CoordEvents:
db 0
.BGEvents:
db 3
bg_event 7, 1, BGEVENT_READ, FastShipBed
bg_event 7, 2, BGEVENT_READ, FastShipBed
bg_event 7, 7, BGEVENT_READ, FastShipCabinsNorthwestCabinTrashcan
.ObjectEvents:
db 4
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
object_event 1, 26, SPRITE_BUENA, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 3, TrainerBeautyCassie, EVENT_FAST_SHIP_PASSENGERS_EASTBOUND
object_event 3, 28, SPRITE_ROCKER, SPRITEMOVEDATA_SPINCOUNTERCLOCKWISE, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 2, TrainerGuitaristClyde, EVENT_FAST_SHIP_PASSENGERS_WESTBOUND