kep-hack/data/maps/objects/Route1.asm
Martha Schilling 0852d5f725 A few bug fixes
- Fixed a bug where attempting to Fly on Celeste Hill caused a huge memory corruption effect. Oops.

- Fixed text issues on Route 1 and Museum 2F

- Tidied up trainer parties a little more
2023-07-12 14:16:41 +01:00

18 lines
366 B
NASM

Route1_Object:
db $b ; border block
def_warp_events
def_bg_events
bg_event 9, 27, 4 ; 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, 3 ; oak
def_warps_to ROUTE_1
; unused
warp_to 2, 7, 4