pokered/data/maps/objects/Route2.asm
Yoann Fievez 2c4f35848b
Unify map event gen1 gen2 (#335)
* Update sign to bg_event #289

* Rename warp to warp_event

* Replace object to object_event

* Move warp macro parameter from warp x, y, id, map to warp_event x, y, map, id
2021-09-26 21:56:09 -05:00

27 lines
669 B
NASM

Route2_Object:
db $f ; border block
def_warp_events
warp_event 12, 9, DIGLETTS_CAVE_ROUTE_2, 0
warp_event 3, 11, VIRIDIAN_FOREST_NORTH_GATE, 1
warp_event 15, 19, ROUTE_2_TRADE_HOUSE, 0
warp_event 16, 35, ROUTE_2_GATE, 1
warp_event 15, 39, ROUTE_2_GATE, 2
warp_event 3, 43, VIRIDIAN_FOREST_SOUTH_GATE, 2
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