Clearer tileset header macro comment

This commit is contained in:
SatoMew 2020-12-02 00:37:43 +00:00
parent 0064806384
commit 6b8ddb6beb

View file

@ -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: