summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-04-03 22:27:59 -0400
committeryenatch <yenatch@gmail.com>2014-04-03 22:46:39 -0400
commit8a106a2c6124ce4782584d3c369b0f16ea463103 (patch)
tree61306c822c18758ba84873f6d9d0229d229ec0b6 /constants.asm
parent56a31151410e09a0169a7ab6dce4542f334c49b7 (diff)
Name the tilesets and give them constants.
Also clean up the tileset macro and remove placeholders/redundant files.
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm2
1 files changed, 2 insertions, 0 deletions
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"
+