diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-19 23:13:54 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-25 12:54:08 -0600 |
commit | e633b57593df806e1ae04d575f005d3fc4172d25 (patch) | |
tree | 318c6042b3e4a340365c2a18996ff92f6c956581 /include/constants | |
parent | 208057d7ae3913523f4bfe43623becff38a80e10 (diff) |
Document remaining status/general/special anims
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/battle_anim.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/battle_anim.h b/include/constants/battle_anim.h index d87fa09a9..6800da1c9 100644 --- a/include/constants/battle_anim.h +++ b/include/constants/battle_anim.h @@ -354,9 +354,9 @@ #define B_ANIM_POKEBLOCK_THROW 0x4 #define B_ANIM_ITEM_KNOCKOFF 0x5 #define B_ANIM_TURN_TRAP 0x6 -#define B_ANIM_ITEM_EFFECT 0x7 +#define B_ANIM_HELD_ITEM_EFFECT 0x7 #define B_ANIM_SMOKEBALL_ESCAPE 0x8 -#define B_ANIM_HANGED_ON 0x9 +#define B_ANIM_FOCUS_BAND 0x9 #define B_ANIM_RAIN_CONTINUES 0xA #define B_ANIM_SUN_CONTINUES 0xB #define B_ANIM_SANDSTORM_CONTINUES 0xC |