mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
15 lines
281 B
NASM
Executable file
15 lines
281 B
NASM
Executable file
Route2TradeHouse_Object:
|
|
db $a ; border block
|
|
|
|
def_warps
|
|
warp 2, 7, 2, LAST_MAP
|
|
warp 3, 7, 2, LAST_MAP
|
|
|
|
def_signs
|
|
|
|
def_objects
|
|
object SPRITE_SCIENTIST, 2, 4, STAY, RIGHT, 1 ; person
|
|
object SPRITE_GAMEBOY_KID, 4, 1, STAY, DOWN, 2 ; person
|
|
|
|
def_warps_to ROUTE_2_TRADE_HOUSE
|