summaryrefslogtreecommitdiff
path: root/tilesets
diff options
context:
space:
mode:
Diffstat (limited to 'tilesets')
-rwxr-xr-xtilesets/collision.asm6
-rw-r--r--tilesets/tileset_headers.asm2
2 files changed, 2 insertions, 6 deletions
diff --git a/tilesets/collision.asm b/tilesets/collision.asm
index 29b61feed..84397cb5d 100755
--- a/tilesets/collision.asm
+++ b/tilesets/collision.asm
@@ -1,9 +1,3 @@
-
-; 00 land
-; 01 water
-; 0f wall
-; 11 talkable water
-; 1f talkable wall
NONTALKABLE EQUS "db"
TALKABLE EQUS "db TALK +"
NONTALKABLE LANDTILE ; 00
diff --git a/tilesets/tileset_headers.asm b/tilesets/tileset_headers.asm
index 752ff1cc0..d0debd2b7 100644
--- a/tilesets/tileset_headers.asm
+++ b/tilesets/tileset_headers.asm
@@ -1,3 +1,5 @@
+; entries correspond to TILESET_* constants
+
tileset: macro
dba \1GFX, \1Meta, \1Coll
dw \1Anim