diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-04-14 11:41:02 +0200 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-14 10:19:50 -0500 |
commit | 59797e48010feaf1c41fec2aeb8771577ed11f2d (patch) | |
tree | c673a9d431c8cdc0a58451012ee973847b8ecb59 /include/constants | |
parent | dc764698c9026f79fe4a9b3891a5a5b373decd55 (diff) |
Use constants in battle_anim_special.c
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 1209dfa19..0a023f0c2 100644 --- a/include/constants/battle_anim.h +++ b/include/constants/battle_anim.h @@ -276,7 +276,7 @@ #define ANIM_TAG_GREEN_SPIKE (ANIM_SPRITES_START + 266) #define ANIM_TAG_WHITE_CIRCLE_OF_LIGHT (ANIM_SPRITES_START + 267) #define ANIM_TAG_GLOWY_BLUE_ORB (ANIM_SPRITES_START + 268) -#define ANIM_TAG_RED_BRICK (ANIM_SPRITES_START + 269) +#define ANIM_TAG_POKEBLOCK (ANIM_SPRITES_START + 269) #define ANIM_TAG_WHITE_FEATHER (ANIM_SPRITES_START + 270) #define ANIM_TAG_SPARKLE_6 (ANIM_SPRITES_START + 271) #define ANIM_TAG_SPLASH (ANIM_SPRITES_START + 272) |