mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
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:
parent
39ba36cb92
commit
8ed7c392cd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user