From 8a106a2c6124ce4782584d3c369b0f16ea463103 Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 3 Apr 2014 22:27:59 -0400 Subject: Name the tilesets and give them constants. Also clean up the tileset macro and remove placeholders/redundant files. --- constants.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants.asm') diff --git a/constants.asm b/constants.asm index 85990c48..9c386c81 100644 --- a/constants.asm +++ b/constants.asm @@ -27,3 +27,5 @@ INCLUDE "constants/map_dimensions.asm" INCLUDE "constants/connection_constants.asm" INCLUDE "constants/credits_constants.asm" INCLUDE "constants/music_constants.asm" +INCLUDE "constants/tilesets.asm" + -- cgit v1.3.1-sl0p