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

Pushing everything I've done, currently doesn't build because the Galarian Birds filesize is too thicc for the section but I need to push this before I go mad
17 lines
383 B
NASM
17 lines
383 B
NASM
ChampionsRoom_Object:
|
|
db $3 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 4, 11, LANCES_ROOM, 2
|
|
warp_event 5, 11, LANCES_ROOM, 3
|
|
warp_event 3, 0, HALL_OF_FAME, 1
|
|
warp_event 4, 0, HALL_OF_FAME, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 4, 2, SPRITE_BLUE, STAY, DOWN, 1 ; person
|
|
object_event 3, 8, SPRITE_OAK, STAY, UP, 2 ; person
|
|
|
|
def_warps_to CHAMPIONS_ROOM
|