summaryrefslogtreecommitdiff
path: root/include/constants/battle_anim.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants/battle_anim.h')
-rw-r--r--include/constants/battle_anim.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/constants/battle_anim.h b/include/constants/battle_anim.h
new file mode 100644
index 000000000..c173a8730
--- /dev/null
+++ b/include/constants/battle_anim.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_BATTLEANIM_CONSTANTS_H
+#define GUARD_BATTLEANIM_CONSTANTS_H
+
+#define ANIM_BANK_ATTACKER 0
+#define ANIM_BANK_TARGET 1
+#define ANIM_BANK_ATK_PARTNER 2
+#define ANIM_BANK_DEF_PARTNER 3
+
+#endif