diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-06 14:06:51 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-06 14:06:51 -0500 |
commit | f3be95d0c0a76f6bf6f5a03792b2ceaf012bc25b (patch) | |
tree | 79ef620ca325ea19c7f6f9a864fa903e688cd9aa /include/constants | |
parent | cbdfbeda6b18d1173613c708843192f1ef4ac908 (diff) |
Dump battle_scripts_2.s
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/battle_anim.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/constants/battle_anim.h b/include/constants/battle_anim.h index b9b176956..962cad668 100644 --- a/include/constants/battle_anim.h +++ b/include/constants/battle_anim.h @@ -351,7 +351,7 @@ #define B_ANIM_STATS_CHANGE 0x1 #define B_ANIM_SUBSTITUTE_FADE 0x2 #define B_ANIM_SUBSTITUTE_APPEAR 0x3 -#define B_ANIM_POKEBLOCK_THROW 0x4 +#define B_ANIM_BAIT_THROW 0x4 #define B_ANIM_ITEM_KNOCKOFF 0x5 #define B_ANIM_TURN_TRAP 0x6 #define B_ANIM_ITEM_EFFECT 0x7 @@ -373,6 +373,8 @@ #define B_ANIM_MON_SCARED 0x17 #define B_ANIM_GHOST_GET_OUT 0x18 #define B_ANIM_SILPH_SCOPED 0x19 +#define B_ANIM_ROCK_THROW 0x1A +#define B_ANIM_SAFARI_REACTION 0x1B // special animations table #define B_ANIM_LVL_UP 0x0 |