summaryrefslogtreecommitdiff
path: root/macros/data.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2018-12-09 17:44:09 -0500
committerGitHub <noreply@github.com>2018-12-09 17:44:09 -0500
commite025ab9db0b85cadb42e9b72ac408a58f8133672 (patch)
treeff74fb06f4d6715bec8a711e31f41057d4625bb3 /macros/data.asm
parentcbf4c663611d4b7d07f3fc8d43f0be756ccc19ed (diff)
parentfd1fa78ffe78c9101c0ae5a1ca299d4282462ecd (diff)
Merge pull request #578 from mid-kid/master
Fixes in the animation subsystem.
Diffstat (limited to 'macros/data.asm')
-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