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:
vulcandth 2022-09-07 19:25:20 -05:00
parent 39ba36cb92
commit 8ed7c392cd

View File

@ -8,7 +8,7 @@ DEF callab EQUS "callfar"
; macros/gfx.asm
MACRO dsprite
dbsprite \2, \4, \1, \3, \5, \6
dbsprite \3, \1, \4, \2, \5, \6
ENDM
; macros/data.asm