mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 16:15:23 +13:00
data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objects
To do: Polished Map support for loading the objects
This commit is contained in:
parent
a5375a0805
commit
55bb99580e
447 changed files with 446 additions and 446 deletions
9
data/maps/objects/TradeCenter.asm
Executable file
9
data/maps/objects/TradeCenter.asm
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
TradeCenter_Object:
|
||||
db $e ; border block
|
||||
|
||||
db 0 ; warps
|
||||
|
||||
db 0 ; signs
|
||||
|
||||
db 1 ; objects
|
||||
object SPRITE_RED, 2, 2, STAY, 0, 1 ; person
|
||||
Loading…
Add table
Add a link
Reference in a new issue