diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 19:40:17 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 19:40:17 -0500 |
commit | a73c532738d055bb3d28a46b59f7fc87d2c998d4 (patch) | |
tree | e3566de414a399ef0711fad034a9c96d9ea9b864 /macros | |
parent | f81add782affc2ca3b196e0beb98e9c89d0f09ff (diff) |
tile+color macros in gfx.asm
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 *" |