diff options
Diffstat (limited to 'include/constants/battle_anim.h')
-rw-r--r-- | include/constants/battle_anim.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants/battle_anim.h b/include/constants/battle_anim.h index 177ea04bb..48de594e2 100644 --- a/include/constants/battle_anim.h +++ b/include/constants/battle_anim.h @@ -395,6 +395,9 @@ // Tasks with return values often assign them to gBattleAnimArgs[7]. #define ARG_RET_ID 7 +// For createsprite macro to use internally +#define ANIMSPRITE_IS_TARGET (1 << 7) + // Trapping Wrap-like moves end turn animation. #define TRAP_ANIM_BIND 0 #define TRAP_ANIM_WRAP 0 |