ref: 8ed7c392cd73f9316c65b10b543c8074d5e46061
parent: 39ba36cb927b23d73965d329739684de47880a8e
author: vulcandth <vulcandth@gmail.com>
date: Wed Sep 7 15:25:20 EDT 2022
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>
--- a/macros/legacy.asm
+++ b/macros/legacy.asm
@@ -8,7 +8,7 @@
; macros/gfx.asm
MACRO dsprite
- dbsprite \2, \4, \1, \3, \5, \6
+ dbsprite \3, \1, \4, \2, \5, \6
ENDM
; macros/data.asm