pokecrystal-board/maps/Route17.asm

158 lines
3.2 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
Route17_MapScripts:
.SceneScripts:
db 0
.MapCallbacks:
db 1
callback MAPCALLBACK_NEWMAP, .AlwaysOnBike
.AlwaysOnBike:
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:
2017-12-17 17:45:04 -08:00
trainer EVENT_BEAT_BIKER_CHARLES, BIKER, CHARLES, BikerCharlesSeenText, BikerCharlesBeatenText, 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 BikerCharlesAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerBikerRiley:
2017-12-17 17:45:04 -08:00
trainer EVENT_BEAT_BIKER_RILEY, BIKER, RILEY, BikerRileySeenText, BikerRileyBeatenText, 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 BikerRileyAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerBikerJoel:
2017-12-17 17:45:04 -08:00
trainer EVENT_BEAT_BIKER_JOEL, BIKER, JOEL, BikerJoelSeenText, BikerJoelBeatenText, 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 BikerJoelAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerBikerGlenn:
2017-12-17 17:45:04 -08:00
trainer EVENT_BEAT_BIKER_GLENN, BIKER, GLENN, BikerGlennSeenText, BikerGlennBeatenText, 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 BikerGlennAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
Route17HiddenMaxEther:
hiddenitem EVENT_ROUTE_17_HIDDEN_MAX_ETHER, MAX_ETHER
Route17HiddenMaxElixer:
hiddenitem 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
Route17_MapEvents:
; filler
db 0, 0
.Warps:
db 2
2018-01-01 15:19:32 -08:00
warp_def 17, 82, 1, ROUTE_17_ROUTE_18_GATE
warp_def 17, 83, 2, ROUTE_17_ROUTE_18_GATE
.CoordEvents:
db 0
.BGEvents:
db 2
bg_event 9, 54, BGEVENT_ITEM, Route17HiddenMaxEther
bg_event 8, 77, BGEVENT_ITEM, Route17HiddenMaxElixer
.ObjectEvents:
db 4
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