diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-04-06 12:41:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 12:41:44 -0400 |
commit | 9076d63d62c847dd74b02391a4744ba83c7770e8 (patch) | |
tree | 69cd3cd33c9457b40ac4503d69f3cf3c0604772e /macros/code.asm | |
parent | e225d296b72a41cbee6e16416d8d1fcfb4760445 (diff) | |
parent | 3144b54bd1dcc47ea339fcd2bd215ec96fc38c4a (diff) |
Merge pull request #705 from Rangi42/master
Upgrade to rgbds 0.4.0, and do miscellaneous fixes
Diffstat (limited to 'macros/code.asm')
-rw-r--r-- | macros/code.asm | 11 |
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 |