diff options
Diffstat (limited to 'macros/move_anim.asm')
-rw-r--r-- | macros/move_anim.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/move_anim.asm b/macros/move_anim.asm index e8f918a29..955d338d1 100644 --- a/macros/move_anim.asm +++ b/macros/move_anim.asm @@ -113,8 +113,8 @@ anim_resetobp0: macro enum anim_sound_command ; e0 anim_sound: macro db anim_sound_command - db \1 ; tracks - db \2 ; id + db (\1 << 2) | \2 ; duration, tracks + db \3 ; id endm enum anim_cry_command ; e1 |