Skip to content

Commit

Permalink
Merge pull request #306 from SatoMew/master
Browse files Browse the repository at this point in the history
Update tileset header comments
  • Loading branch information
dannye committed Dec 2, 2020
2 parents bb76c06 + 6b8ddb6 commit f38ee04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/tilesets/tileset_headers.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ tileset: MACRO
dw \1, \2, \3 ; Block, GFX, Coll
db \4, \5, \6 ; counter tiles
db \7 ; grass tile
db \8 ; permission (indoor, cave, outdoor)
db \8 ; animations (TILEANIM_* value)
ENDM

Tilesets:
; block, gfx, coll, 3 counter tiles, grass tile, permission
; block, gfx, coll, 3 counter tiles, grass tile, animations
tileset Overworld_Block, Overworld_GFX, Overworld_Coll, $FF,$FF,$FF, $52, TILEANIM_WATER_FLOWER
tileset RedsHouse1_Block, RedsHouse1_GFX, RedsHouse1_Coll, $FF,$FF,$FF, $FF, TILEANIM_NONE
tileset Mart_Block, Mart_GFX, Mart_Coll, $18,$19,$1E, $FF, TILEANIM_NONE
Expand Down

0 comments on commit f38ee04

Please sign in to comment.