From c4e3e980b17456c47374c4e4583731924ae30725 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 23 Dec 2015 22:51:50 -0500 Subject: More labels related to battle anims --- macros/move_anim.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'macros') 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 -- cgit v1.2.3