mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 22:07:58 +13:00
14 lines
220 B
NASM
14 lines
220 B
NASM
HallOfFame_Object:
|
|
db $3 ; border block
|
|
|
|
def_warps
|
|
warp 4, 7, 2, CHAMPIONS_ROOM
|
|
warp 5, 7, 3, CHAMPIONS_ROOM
|
|
|
|
def_signs
|
|
|
|
def_objects
|
|
object SPRITE_OAK, 5, 2, STAY, DOWN, 1 ; person
|
|
|
|
def_warps_to HALL_OF_FAME
|