aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2020-12-02 09:21:48 -0600
committerGitHub <noreply@github.com>2020-12-02 09:21:48 -0600
commitf38ee046c076878bacbe6ad3eb7cf0281f264de3 (patch)
treea4a031eeb1ed90eb02738c2ff2fd2aa01e3f438b /data
parentMerge pull request #304 from SatoMew/master (diff)
parentClearer tileset header macro comment (diff)
downloadpokeyellow-f38ee046c076878bacbe6ad3eb7cf0281f264de3.tar.gz
pokeyellow-f38ee046c076878bacbe6ad3eb7cf0281f264de3.tar.xz
pokeyellow-f38ee046c076878bacbe6ad3eb7cf0281f264de3.zip
Merge pull request #306 from SatoMew/master
Update tileset header comments
Diffstat (limited to 'data')
-rw-r--r--data/tilesets/tileset_headers.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/tilesets/tileset_headers.asm b/data/tilesets/tileset_headers.asm
index c241eb71..65fc4fa9 100644
--- a/data/tilesets/tileset_headers.asm
+++ b/data/tilesets/tileset_headers.asm
@@ -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