pokecrystal-board/maps/Route17.asm

151 lines
3.2 KiB
NASM
Raw Normal View History

object_const_def
2015-11-26 21:22:14 -08:00
const ROUTE17_BIKER1
const ROUTE17_BIKER2
const ROUTE17_BIKER3
const ROUTE17_BIKER4
Route17_MapScripts:
def_scene_scripts
def_callbacks
callback MAPCALLBACK_NEWMAP, Route17AlwaysOnBikeCallback
Route17AlwaysOnBikeCallback:
2015-07-10 05:08:03 -07:00
setflag ENGINE_ALWAYS_ON_BIKE
setflag ENGINE_DOWNHILL
endcallback
2015-07-10 01:20:21 -07:00
TrainerBikerCharles:
trainer BIKER, CHARLES, EVENT_BEAT_BIKER_CHARLES, BikerCharlesSeenText, BikerCharlesBeatenText, 0, .Script
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 BikerCharlesAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerBikerRiley:
trainer BIKER, RILEY, EVENT_BEAT_BIKER_RILEY, BikerRileySeenText, BikerRileyBeatenText, 0, .Script
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 BikerRileyAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerBikerJoel:
trainer BIKER, JOEL, EVENT_BEAT_BIKER_JOEL, BikerJoelSeenText, BikerJoelBeatenText, 0, .Script
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 BikerJoelAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerBikerGlenn:
trainer BIKER, GLENN, EVENT_BEAT_BIKER_GLENN, BikerGlennSeenText, BikerGlennBeatenText, 0, .Script
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 BikerGlennAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
Route17HiddenMaxEther:
hiddenitem MAX_ETHER, EVENT_ROUTE_17_HIDDEN_MAX_ETHER
Route17HiddenMaxElixer:
hiddenitem MAX_ELIXER, EVENT_ROUTE_17_HIDDEN_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
Route17_MapEvents:
db 0, 0 ; filler
def_warp_events
2018-02-01 18:54:00 -08:00
warp_event 17, 82, ROUTE_17_ROUTE_18_GATE, 1
warp_event 17, 83, ROUTE_17_ROUTE_18_GATE, 2
def_coord_events
def_bg_events
2018-02-01 19:22:07 -08:00
bg_event 9, 54, BGEVENT_ITEM, Route17HiddenMaxEther
bg_event 8, 77, BGEVENT_ITEM, Route17HiddenMaxElixer
def_object_events
2018-02-01 19:22:07 -08:00
object_event 4, 17, SPRITE_BIKER, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_TRAINER, 4, TrainerBikerRiley, -1
object_event 9, 68, SPRITE_BIKER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_TRAINER, 1, TrainerBikerJoel, -1
object_event 3, 53, SPRITE_BIKER, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_TRAINER, 3, TrainerBikerGlenn, -1
object_event 6, 80, SPRITE_BIKER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_TRAINER, 4, TrainerBikerCharles, -1