mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-12 05:35:36 -05:00
10 lines
141 B
NASM
10 lines
141 B
NASM
TradeCenterObject:
|
|
db $e ; border block
|
|
|
|
db $0 ; warps
|
|
|
|
db $0 ; signs
|
|
|
|
db $1 ; objects
|
|
object SPRITE_RED, $2, $2, STAY, $0, $1 ; person
|