diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-26 21:59:03 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-26 21:59:03 -0500 |
commit | f030315b1fd797aa6765ac8cd8c35c0cd9b600a0 (patch) | |
tree | da461ae6040d2a2f0e0b3a95e837a6c5e99e2fd6 /constants/animation_constants.asm | |
parent | 2bd45ca574aab251b91c24837b102c9c2a5e76a0 (diff) |
jumptable macro repurposed
Diffstat (limited to 'constants/animation_constants.asm')
-rw-r--r-- | constants/animation_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/animation_constants.asm b/constants/animation_constants.asm index 7aa09b6d0..5ae2f324f 100644 --- a/constants/animation_constants.asm +++ b/constants/animation_constants.asm @@ -210,8 +210,8 @@ BATTLEANIMSTRUCT_LENGTH EQU const_value const ANIM_OBJ_B5 const ANIM_OBJ_FLOWER const ANIM_OBJ_COTTON - const ANIM_OBJ_B8 - const ANIM_OBJ_B9 + const ANIM_OBJ_PLAYERFEETFOLLOW + const ANIM_OBJ_ENEMYFEETFOLLOW const ANIM_OBJ_BA const ANIM_OBJ_BB |