dsprite y, ypx, x, xpx, off, attr -> dbsprite x, y, xpx, ypx, off, attr

This commit is contained in:
Rangi
2020-04-04 16:00:30 -04:00
parent 79184bc718
commit 0ef004a4db
14 changed files with 1922 additions and 1917 deletions

View File

@@ -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