diff options
| author | camthesaxman <cameronghall@cox.net> | 2018-02-14 14:16:26 -0600 |
|---|---|---|
| committer | camthesaxman <cameronghall@cox.net> | 2018-02-14 14:16:26 -0600 |
| commit | fc0097606ddc8b90ed2c904baf01f5a699daa03b (patch) | |
| tree | 7c380799b573fc5c977fe73da394cf2823cb8189 /include/constants | |
| parent | 1dd9be3869f99ae7256c6f7a04e78322d4f9a0cd (diff) | |
| parent | 28987bb1cd0e6864257ff0434508dddcddb22e98 (diff) | |
Merge branch 'master' into decompile_debug
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 |
