pokecrystal-board/maps/Route17.asm

163 lines
3.3 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const ROUTE17_BIKER1
const ROUTE17_BIKER2
const ROUTE17_BIKER3
const ROUTE17_BIKER4
2015-07-10 01:20:21 -07:00
Route17_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 1
; callbacks
2016-01-06 04:44:50 -08:00
dbw MAPCALLBACK_NEWMAP, UnknownScript_0x1ad0ab
2015-07-10 01:20:21 -07:00
UnknownScript_0x1ad0ab:
2015-07-10 05:08:03 -07:00
setflag ENGINE_ALWAYS_ON_BIKE
setflag ENGINE_DOWNHILL
return
2015-07-10 01:20:21 -07:00
TrainerBikerCharles:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_BIKER_CHARLES, BIKER, CHARLES, BikerCharlesSeenText, BikerCharlesBeatenText, 0, BikerCharlesScript
2015-07-10 01:20:21 -07:00
BikerCharlesScript:
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 BikerCharlesAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerBikerRiley:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_BIKER_RILEY, BIKER, RILEY, BikerRileySeenText, BikerRileyBeatenText, 0, BikerRileyScript
2015-07-10 01:20:21 -07:00
BikerRileyScript:
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 BikerRileyAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerBikerJoel:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_BIKER_JOEL, BIKER, JOEL, BikerJoelSeenText, BikerJoelBeatenText, 0, BikerJoelScript
2015-07-10 01:20:21 -07:00
BikerJoelScript:
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 BikerJoelAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerBikerGlenn:
2015-11-02 11:37:02 -08:00
trainer EVENT_BEAT_BIKER_GLENN, BIKER, GLENN, BikerGlennSeenText, BikerGlennBeatenText, 0, BikerGlennScript
2015-07-10 01:20:21 -07:00
BikerGlennScript:
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 BikerGlennAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
Route17HiddenMaxEther:
dwb EVENT_ROUTE_17_HIDDEN_MAX_ETHER, MAX_ETHER
Route17HiddenMaxElixer:
dwb EVENT_ROUTE_17_HIDDEN_MAX_ELIXER, MAX_ELIXER
2015-07-10 01:20:21 -07:00
BikerRileySeenText:
text "Hey, you! You're"
line "from JOHTO, huh?"
done
2015-07-10 01:20:21 -07:00
BikerRileyBeatenText:
text "Whoa, you kick!"
done
2017-12-10 12:36:58 -08:00
BikerRileyAfterBattleText:
text "Don't get cocky,"
line "you JOHTO punk!"
done
2015-07-10 01:20:21 -07:00
BikerJoelSeenText:
text "Wow. That's a cool"
line "BICYCLE!"
done
2015-07-10 01:20:21 -07:00
BikerJoelBeatenText:
text "But you don't just"
line "look cool…"
done
2017-12-10 12:36:58 -08:00
BikerJoelAfterBattleText:
text "I look cool, but"
line "I'm weak, so I'm"
cont "not really cool."
para "I have to train"
line "harder…"
done
2015-07-10 01:20:21 -07:00
BikerGlennSeenText:
text "Hey! Want to have"
line "a speed battle?"
done
2015-07-10 01:20:21 -07:00
BikerGlennBeatenText:
text "Yikes! You've got"
line "awesome torque!"
done
2017-12-10 12:36:58 -08:00
BikerGlennAfterBattleText:
text "Hands-free riding"
line "is considered cool"
cont "on CYCLING ROAD."
done
2015-07-10 01:20:21 -07:00
BikerCharlesSeenText:
text "We're fearless"
line "highway stars!"
done
2015-07-10 01:20:21 -07:00
BikerCharlesBeatenText:
text "Arrrgh! Crash and"
line "burn!"
done
2017-12-10 12:36:58 -08:00
BikerCharlesAfterBattleText:
text "Reckless driving"
line "causes accidents!"
cont "Take it easy!"
done
2015-07-10 01:20:21 -07:00
Route17_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $52, $11, 1, ROUTE_17_18_GATE
warp_def $53, $11, 2, ROUTE_17_18_GATE
.XYTriggers:
db 0
.Signposts:
db 2
signpost 54, 9, SIGNPOST_ITEM, Route17HiddenMaxEther
signpost 77, 8, SIGNPOST_ITEM, Route17HiddenMaxElixer
.PersonEvents:
db 4
person_event SPRITE_BIKER, 17, 4, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, (1 << 3) | PAL_OW_BROWN, PERSONTYPE_TRAINER, 4, TrainerBikerRiley, -1
person_event SPRITE_BIKER, 68, 9, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BROWN, PERSONTYPE_TRAINER, 1, TrainerBikerJoel, -1
person_event SPRITE_BIKER, 53, 3, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, (1 << 3) | PAL_OW_BROWN, PERSONTYPE_TRAINER, 3, TrainerBikerGlenn, -1
person_event SPRITE_BIKER, 80, 6, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, (1 << 3) | PAL_OW_BROWN, PERSONTYPE_TRAINER, 4, TrainerBikerCharles, -1