mirror of
https://github.com/pret/pokeyellow.git
synced 2026-03-22 01:44:23 -05:00
21 lines
419 B
NASM
21 lines
419 B
NASM
object_const_def
|
|
const_export ROUTE1_YOUNGSTER1
|
|
const_export ROUTE1_YOUNGSTER2
|
|
|
|
Route1_Object:
|
|
db $b ; border block
|
|
|
|
def_warp_events
|
|
|
|
def_bg_events
|
|
bg_event 9, 27, TEXT_ROUTE1_SIGN
|
|
|
|
def_object_events
|
|
object_event 5, 24, SPRITE_YOUNGSTER, WALK, UP_DOWN, TEXT_ROUTE1_YOUNGSTER1
|
|
object_event 15, 13, SPRITE_YOUNGSTER, WALK, LEFT_RIGHT, TEXT_ROUTE1_YOUNGSTER2
|
|
|
|
def_warps_to ROUTE_1
|
|
|
|
; unused
|
|
warp_to 2, 7, 4
|