mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +13:00
First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
This commit is contained in:
commit
2f8a41f833
4618 changed files with 480386 additions and 0 deletions
150
maps/Route17.asm
Normal file
150
maps/Route17.asm
Normal file
|
|
@ -0,0 +1,150 @@
|
|||
object_const_def
|
||||
const ROUTE17_BIKER1
|
||||
const ROUTE17_BIKER2
|
||||
const ROUTE17_BIKER3
|
||||
const ROUTE17_BIKER4
|
||||
|
||||
Route17_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
callback MAPCALLBACK_NEWMAP, Route17AlwaysOnBikeCallback
|
||||
|
||||
Route17AlwaysOnBikeCallback:
|
||||
setflag ENGINE_ALWAYS_ON_BIKE
|
||||
setflag ENGINE_DOWNHILL
|
||||
endcallback
|
||||
|
||||
TrainerBikerCharles:
|
||||
trainer BIKER, CHARLES, EVENT_BEAT_BIKER_CHARLES, BikerCharlesSeenText, BikerCharlesBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BikerCharlesAfterBattleText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
TrainerBikerRiley:
|
||||
trainer BIKER, RILEY, EVENT_BEAT_BIKER_RILEY, BikerRileySeenText, BikerRileyBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BikerRileyAfterBattleText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
TrainerBikerJoel:
|
||||
trainer BIKER, JOEL, EVENT_BEAT_BIKER_JOEL, BikerJoelSeenText, BikerJoelBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BikerJoelAfterBattleText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
TrainerBikerGlenn:
|
||||
trainer BIKER, GLENN, EVENT_BEAT_BIKER_GLENN, BikerGlennSeenText, BikerGlennBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BikerGlennAfterBattleText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
Route17HiddenMaxEther:
|
||||
hiddenitem MAX_ETHER, EVENT_ROUTE_17_HIDDEN_MAX_ETHER
|
||||
|
||||
Route17HiddenMaxElixer:
|
||||
hiddenitem MAX_ELIXER, EVENT_ROUTE_17_HIDDEN_MAX_ELIXER
|
||||
|
||||
BikerRileySeenText:
|
||||
text "Hey, you! You're"
|
||||
line "from JOHTO, huh?"
|
||||
done
|
||||
|
||||
BikerRileyBeatenText:
|
||||
text "Whoa, you kick!"
|
||||
done
|
||||
|
||||
BikerRileyAfterBattleText:
|
||||
text "Don't get cocky,"
|
||||
line "you JOHTO punk!"
|
||||
done
|
||||
|
||||
BikerJoelSeenText:
|
||||
text "Wow. That's a cool"
|
||||
line "BICYCLE!"
|
||||
done
|
||||
|
||||
BikerJoelBeatenText:
|
||||
text "But you don't just"
|
||||
line "look cool…"
|
||||
done
|
||||
|
||||
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
|
||||
|
||||
BikerGlennSeenText:
|
||||
text "Hey! Want to have"
|
||||
line "a speed battle?"
|
||||
done
|
||||
|
||||
BikerGlennBeatenText:
|
||||
text "Yikes! You've got"
|
||||
line "awesome torque!"
|
||||
done
|
||||
|
||||
BikerGlennAfterBattleText:
|
||||
text "Hands-free riding"
|
||||
line "is considered cool"
|
||||
cont "on CYCLING ROAD."
|
||||
done
|
||||
|
||||
BikerCharlesSeenText:
|
||||
text "We're fearless"
|
||||
line "highway stars!"
|
||||
done
|
||||
|
||||
BikerCharlesBeatenText:
|
||||
text "Arrrgh! Crash and"
|
||||
line "burn!"
|
||||
done
|
||||
|
||||
BikerCharlesAfterBattleText:
|
||||
text "Reckless driving"
|
||||
line "causes accidents!"
|
||||
cont "Take it easy!"
|
||||
done
|
||||
|
||||
Route17_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
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
|
||||
bg_event 9, 54, BGEVENT_ITEM, Route17HiddenMaxEther
|
||||
bg_event 8, 77, BGEVENT_ITEM, Route17HiddenMaxElixer
|
||||
|
||||
def_object_events
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue