mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 22:07:58 +13:00
16 lines
262 B
NASM
Executable file
16 lines
262 B
NASM
Executable file
Route8Gate_Object:
|
|
db $a ; border block
|
|
|
|
def_warps
|
|
warp 0, 3, 0, LAST_MAP
|
|
warp 0, 4, 1, LAST_MAP
|
|
warp 5, 3, 2, LAST_MAP
|
|
warp 5, 4, 3, LAST_MAP
|
|
|
|
def_signs
|
|
|
|
def_objects
|
|
object SPRITE_GUARD, 2, 1, STAY, DOWN, 1 ; person
|
|
|
|
def_warps_to ROUTE_8_GATE
|