summaryrefslogtreecommitdiff
path: root/macros/code.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-04-04 15:19:43 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-04-04 15:32:18 -0400
commit3cdfac7994f501cb1d8fbcdf9c64e9ce258afe30 (patch)
tree8cb55d6ab3931f449d7da3df729f4bd597ca0909 /macros/code.asm
parent0ee9d7a48baed7e9388e7e377b5eab5b4f795688 (diff)
Move, comment, and simplify some macro definitions
Diffstat (limited to 'macros/code.asm')
-rw-r--r--macros/code.asm11
1 files changed, 0 insertions, 11 deletions
diff --git a/macros/code.asm b/macros/code.asm
index 9429884ca..58d39aa00 100644
--- a/macros/code.asm
+++ b/macros/code.asm
@@ -8,17 +8,6 @@ ln: MACRO ; r, hi, lo
ld \1, ((\2) & $f) << 4 | ((\3) & $f)
ENDM
-ldpixel: MACRO
-if _NARG >= 5
- lb \1, \2 * 8 + \4, \3 * 8 + \5
-else
- lb \1, \2 * 8, \3 * 8
-endc
-ENDM
-
-depixel EQUS "ldpixel de,"
-bcpixel EQUS "ldpixel bc,"
-
; Design patterns
jumptable: MACRO