Use ANIM_GFX constants for battle animations

This commit is contained in:
mid-kid
2018-11-21 22:35:36 +01:00
parent c210f052a8
commit 32833adef3
2 changed files with 185 additions and 185 deletions

View File

@@ -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