diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-23 22:51:50 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-23 22:51:50 -0500 |
commit | c4e3e980b17456c47374c4e4583731924ae30725 (patch) | |
tree | f979335ede8e430ee906bb75391a0d740e1598dc /macros | |
parent | d7a5ea998d5c92607b32e633d8875898a6bc450b (diff) |
More labels related to battle anims
Diffstat (limited to 'macros')
-rw-r--r-- | macros/move_anim.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/move_anim.asm b/macros/move_anim.asm index 955d338d1..05faf253d 100644 --- a/macros/move_anim.asm +++ b/macros/move_anim.asm @@ -11,9 +11,9 @@ endc anim_obj: macro db anim_obj_command db \1 ; obj - db \2 ; x - db \3 ; y - db \4 ; param + db (\2 << 3) + \3 ; x + db (\4 << 3) + \5 ; y + db \6 ; param endm enum anim_1gfx_command ; d1 |