Fix order of parameters in dsprite macro
The parameters of the legacy dsprite macros were in the wrong order. Fixes #1002 Co-Authored-By: Idain <54337884+Idain@users.noreply.github.com> Co-Authored-By: Fredrik Ljungdahl <fredde1994@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ DEF callab EQUS "callfar"
|
|||||||
|
|
||||||
; macros/gfx.asm
|
; macros/gfx.asm
|
||||||
MACRO dsprite
|
MACRO dsprite
|
||||||
dbsprite \2, \4, \1, \3, \5, \6
|
dbsprite \3, \1, \4, \2, \5, \6
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
; macros/data.asm
|
; macros/data.asm
|
||||||
|
Reference in New Issue
Block a user