diff options
Diffstat (limited to 'macros/data.asm')
-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 |