mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
14 lines
256 B
NASM
14 lines
256 B
NASM
HallOfFame_Object:
|
|
db $3 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 4, 7, CHAMPIONS_ROOM, 3
|
|
warp_event 5, 7, CHAMPIONS_ROOM, 4
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 5, 2, SPRITE_OAK, STAY, DOWN, 1 ; person
|
|
|
|
def_warps_to HALL_OF_FAME
|