mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 20:46:24 +13:00
17 lines
278 B
NASM
17 lines
278 B
NASM
Route1_Object:
|
|
db $b ; border block
|
|
|
|
def_warps
|
|
|
|
def_signs
|
|
sign 9, 27, 3 ; Route1Text3
|
|
|
|
def_objects
|
|
object SPRITE_YOUNGSTER, 5, 24, WALK, UP_DOWN, 1 ; person
|
|
object SPRITE_YOUNGSTER, 15, 13, WALK, LEFT_RIGHT, 2 ; person
|
|
|
|
def_warps_to ROUTE_1
|
|
|
|
; unused
|
|
warp_to 2, 7, 4
|