summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/gfx.asm (renamed from macros/color.asm)4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/color.asm b/macros/gfx.asm
index 5ebaae218..d9b1c46b0 100644
--- a/macros/color.asm
+++ b/macros/gfx.asm
@@ -13,3 +13,7 @@ palblue EQUS "(1 << 10) *"
palettes EQUS "* 8"
palette EQUS "+ 8 *"
+color EQUS "+ 2 *"
+
+tiles EQUS "* LEN_2BPP_TILE"
+tile EQUS "+ LEN_2BPP_TILE *"