diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-02-10 17:29:11 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-02-10 17:29:11 -0800 |
commit | c59acc702458caa610ce856ce20ac6dc12d16621 (patch) | |
tree | 04816e5a26540fd5cd99061d6911c6fc3360574c /include/constants | |
parent | aaf065aba01db7456ed9a8fd82ccb2961ea9d97a (diff) |
Start documenting battle anims
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 |