summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros.asm b/macros.asm
index f0dc01fbe..48c2ceca4 100644
--- a/macros.asm
+++ b/macros.asm
@@ -22,5 +22,5 @@ INCLUDE "macros/scripts/gfx_anim.asm"
percent EQUS "* $ff / 100"
-tiles EQUS "* $10"
-tile EQUS "+ $10 *"
+tiles EQUS "* LEN_2BPP_TILE"
+tile EQUS "+ LEN_2BPP_TILE *"