diff options
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm index 3123fdebf..e7b157a8d 100644 --- a/macros.asm +++ b/macros.asm @@ -238,3 +238,7 @@ bgrows EQUS "* $20" palred EQUS "$0400 *" palgreen EQUS "$0020 *" palblue EQUS "$0001 *" + +dsprite: MACRO + db \1 * 8 + \2, \3 * 8 + \4, \5, \6 +endm |