mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-18 21:16:24 +13:00
10 lines
141 B
NASM
Executable file
10 lines
141 B
NASM
Executable file
TradeCenterObject:
|
|
db $e ; border block
|
|
|
|
db $0 ; warps
|
|
|
|
db $0 ; signs
|
|
|
|
db $1 ; objects
|
|
object SPRITE_RED, $2, $2, STAY, $0, $1 ; person
|