summaryrefslogtreecommitdiff
path: root/macros/legacy.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-04-06 12:41:44 -0400
committerGitHub <noreply@github.com>2020-04-06 12:41:44 -0400
commit9076d63d62c847dd74b02391a4744ba83c7770e8 (patch)
tree69cd3cd33c9457b40ac4503d69f3cf3c0604772e /macros/legacy.asm
parente225d296b72a41cbee6e16416d8d1fcfb4760445 (diff)
parent3144b54bd1dcc47ea339fcd2bd215ec96fc38c4a (diff)
Merge pull request #705 from Rangi42/master
Upgrade to rgbds 0.4.0, and do miscellaneous fixes
Diffstat (limited to 'macros/legacy.asm')
-rw-r--r--macros/legacy.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/legacy.asm b/macros/legacy.asm
index 6234b8343..8c6f2a9dd 100644
--- a/macros/legacy.asm
+++ b/macros/legacy.asm
@@ -6,6 +6,11 @@
callba EQUS "farcall"
callab EQUS "callfar"
+; macros/gfx.asm
+dsprite: MACRO
+ dbsprite \2, \4, \1, \3, \5, \6
+ENDM
+
; macros/scripts/audio.asm
__ EQU 0
CC EQU 13