kep-hack/data/maps/objects/Route1.asm
MementoMartha 8ce4472f7d Polishing Celeste Hill a bit
Also added a small house on Route 1 which we can use for testing maps
2023-04-19 10:19:20 +01:00

19 lines
400 B
NASM

Route1_Object:
db $b ; border block
def_warp_events
warp_event 5, 3, CELESTE_HILL, 1
def_bg_events
bg_event 9, 27, 3 ; Route1Text3
def_object_events
object_event 5, 24, SPRITE_YOUNGSTER, WALK, UP_DOWN, 1 ; person
object_event 15, 13, SPRITE_YOUNGSTER, WALK, LEFT_RIGHT, 2 ; person
object_event 10, 25, SPRITE_OAK, STAY, RIGHT, 4 ; oak
def_warps_to ROUTE_1
; unused
warp_to 2, 7, 4