diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-11 10:36:05 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-11 13:18:21 -0400 |
commit | f23e0beebac9aa983620c024d691690fedc4e784 (patch) | |
tree | 132c654b5c44c1b903f7727fc41a7b699e722256 /include | |
parent | b8a44bf10a5bfbe35381b744d86f535a14c0969a (diff) |
Rename battle anim cmds, move its data, name remaining symbols
Diffstat (limited to 'include')
-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 |