diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/battle_anim.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/battle_anim.h b/include/constants/battle_anim.h index 496a5ed0a..34a45395c 100644 --- a/include/constants/battle_anim.h +++ b/include/constants/battle_anim.h @@ -298,8 +298,8 @@ #define ANIM_TAG_BLUE_RING_2 (ANIM_SPRITES_START + 288) // battlers -#define ANIM_ATTACKER 0 -#define ANIM_TARGET 1 +#define ANIM_ATTACKER 0 +#define ANIM_TARGET 1 #define ANIM_ATK_PARTNER 2 #define ANIM_DEF_PARTNER 3 |