summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-11-21 22:35:36 +0100
committermid-kid <esteve.varela@gmail.com>2018-11-21 22:35:36 +0100
commit32833adef3694b3e599b41f8493a380e353939b0 (patch)
tree9827472b5b0904050782dab2ccde597ed52558dc /macros
parentc210f052a8097b1cef277d7cd008408ff6c21323 (diff)
Use ANIM_GFX constants for battle animations
Diffstat (limited to 'macros')
-rw-r--r--macros/data.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/data.asm b/macros/data.asm
index 1fb848cca..59f518b8d 100644
--- a/macros/data.asm
+++ b/macros/data.asm
@@ -97,7 +97,7 @@ endc
ENDM
dsprite: MACRO
-; y tile, y pxl, x tile, x pxl, vtile offset, flags, attributes
+; y tile, y pxl, x tile, x pxl, vtile offset, attributes
db (\1 * 8) % $100 + \2, (\3 * 8) % $100 + \4, \5, \6
ENDM