diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 12:31:18 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 12:31:18 -0500 |
commit | 94722aa8f08ceaef8233d73a87f534b6c3f0475f (patch) | |
tree | 5cf3287bec399ededa7e397812d1a06d7533641a /macros.asm | |
parent | 2b6dd505c1674e0d99d649515a8efe868035db09 (diff) |
Move predef/ files into engine/
Get rid of single-file engine/ subdirectories
Move tilesets/ palettes unrelated to individual tilesets into data/palettes/ (more from engine/colors.asm can be moved here too)
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 4 |
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 *" |