diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-14 18:11:04 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-25 12:54:08 -0600 |
commit | 501d0d3c18e3c81af2d5c58e19a26fe5a8577f0b (patch) | |
tree | a513a971c366bcbe03e7c6e30a7e64d65f5a0a8b /include/constants | |
parent | faf0ba8662ecd54b4160920097074aad3c2dc8cb (diff) |
Document move anims C-H
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/battle_anim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/battle_anim.h b/include/constants/battle_anim.h index 0fe231cdc..d87fa09a9 100644 --- a/include/constants/battle_anim.h +++ b/include/constants/battle_anim.h @@ -393,7 +393,7 @@ #define B_ANIM_STATUS_WRAPPED 0x9 // does not actually exist // Most tasks return a value to gBattleAnimArgs[7]. -#define ARG_RET_ID 0x7 +#define ARG_RET_ID 7 // Trapping Wrap-like moves end turn animation. #define TRAP_ANIM_BIND 0 |