diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-11-21 22:35:36 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-11-21 22:35:36 +0100 |
commit | 32833adef3694b3e599b41f8493a380e353939b0 (patch) | |
tree | 9827472b5b0904050782dab2ccde597ed52558dc /macros | |
parent | c210f052a8097b1cef277d7cd008408ff6c21323 (diff) |
Use ANIM_GFX constants for battle animations
Diffstat (limited to 'macros')
-rw-r--r-- | macros/data.asm | 2 |
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 |