diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-02-11 16:01:59 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-02-11 16:01:59 -0500 |
commit | 8b8ccbbc41141637297cfe847f1ce62e6139d965 (patch) | |
tree | 9aaded6bb8e02ca4d264fccbac307c4cb6efc074 /include/constants | |
parent | 3a70fa1ae461cab27443ac53faec35db1d6b89d3 (diff) | |
parent | 9bf6448707a36bf7d530bf932347c1adb508192e (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby into visual_studio
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/battle_anim.h | 9 |
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 |