kep-hack/data/maps/objects/Route2.asm
Llinos Evans 953e8e295f Post-stream bits and bobs
- Reused the double doors for the Route 2 gate, and added the warp for it
- Changed the Route 2 map to have the ledge on the path this irritated the fucking LIFE out of me
- Pokemon Tower takes you to the right place when going down.
- Kotora line now has Flash
- Refactored Gentlarva
- Route 2 gate now uses the double doors.
- New hidden Moon Stone where the Clefairy are in Mt. Moon
- Added a new Paradox Pokemon-themed border by Gecko557
- Shifted a ledge in Cerulean City that was off-centre in a really jarring way
- Added the Nugget glitch from FRLG because it's funny and cool
2023-09-20 08:17:34 +01:00

29 lines
719 B
NASM

Route2_Object:
db $f ; border block
def_warp_events
warp_event 12, 9, DIGLETTS_CAVE_ROUTE_2, 1
warp_event 3, 11, VIRIDIAN_FOREST_NORTH_GATE, 2
warp_event 15, 19, ROUTE_2_TRADE_HOUSE, 1
warp_event 17, 35, ROUTE_2_GATE, 2
warp_event 15, 39, ROUTE_2_GATE, 3
warp_event 3, 43, VIRIDIAN_FOREST_SOUTH_GATE, 3
warp_event 3, 11, VIRIDIAN_FOREST_NORTH_GATE, 1
def_bg_events
bg_event 5, 65, 3 ; Route2Text3
bg_event 11, 11, 4 ; Route2Text4
def_object_events
object_event 13, 54, SPRITE_POKE_BALL, STAY, NONE, 1, MOON_STONE
object_event 13, 45, SPRITE_POKE_BALL, STAY, NONE, 2, HP_UP
def_warps_to ROUTE_2
; unused
warp_to 2, 7, 4
db $12, $c7, $9, $7
warp_to 2, 7, 4
warp_to 2, 7, 4
warp_to 2, 7, 4