mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

- 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
18 lines
366 B
NASM
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
|