summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-11-15 14:45:13 -0600
committerGitHub <noreply@github.com>2018-11-15 14:45:13 -0600
commit032dd251e628debd1ec7774fa42b6e7d39b3d83b (patch)
tree92e169b7219e115c2735d367140126aebc8e1fa7 /include
parent09d09122bc27aeae337bca90d1a076a8de2f24bd (diff)
parentc6833c903ca3fafbf3b8d5afd19a53785b1633e3 (diff)
Merge pull request #383 from garakmon/createsprite
Update createsprite macro and rename BANK to BATTLER
Diffstat (limited to 'include')
-rw-r--r--include/constants/battle_anim.h4
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