mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-11 07:44:47 +13:00
Clearer tileset header macro comment
This commit is contained in:
parent
0064806384
commit
6b8ddb6beb
|
|
@ -3,7 +3,7 @@ tileset: MACRO
|
|||
dw \1, \2, \3 ; Block, GFX, Coll
|
||||
db \4, \5, \6 ; counter tiles
|
||||
db \7 ; grass tile
|
||||
db \8 ; animations (none, water, water & flowers)
|
||||
db \8 ; animations (TILEANIM_* value)
|
||||
ENDM
|
||||
|
||||
Tilesets:
|
||||
|
|
|
|||
Loading…
Reference in a new issue