mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
14 lines
232 B
NASM
Executable file
14 lines
232 B
NASM
Executable file
VermilionTradeHouse_Object:
|
|
db $a ; border block
|
|
|
|
def_warps
|
|
warp 2, 7, 7, LAST_MAP
|
|
warp 3, 7, 7, LAST_MAP
|
|
|
|
def_signs
|
|
|
|
def_objects
|
|
object SPRITE_LITTLE_GIRL, 3, 5, STAY, UP, 1 ; person
|
|
|
|
def_warps_to VERMILION_TRADE_HOUSE
|