shithub: pokered

Download patch

ref: 6b8ddb6beb6e2c22d89abc2863d4660a9d94cab8
parent: 00648063845ec1045e34410f6f5cf376ca0ea211
author: SatoMew <SatoMew@users.noreply.github.com>
date: Tue Dec 1 19:37:43 EST 2020

Clearer tileset header macro comment

--- a/data/tilesets/tileset_headers.asm
+++ b/data/tilesets/tileset_headers.asm
@@ -3,7 +3,7 @@
 	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: