diff options
| author | huderlem <huderlem@gmail.com> | 2019-11-24 12:02:54 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-24 12:02:54 -0600 |
| commit | 9a816610754ddb25addd624707779a133d357315 (patch) | |
| tree | f313e7379226a81d2f0e009f32207b4789ff84db /include/constants | |
| parent | bef6150b59abb23380529099016f9deef8c558ca (diff) | |
| parent | 07b79c3fc3b0a0df1aa329eaed8cd75d3b59af20 (diff) | |
Merge pull request #851 from Sewef/patch-3
battle_anim_effects_3
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 0a023f0c2..0fe231cdc 100644 --- a/include/constants/battle_anim.h +++ b/include/constants/battle_anim.h @@ -237,7 +237,7 @@ #define ANIM_TAG_SPOTLIGHT (ANIM_SPRITES_START + 227) #define ANIM_TAG_LETTER_Z (ANIM_SPRITES_START + 228) #define ANIM_TAG_RAPID_SPIN (ANIM_SPRITES_START + 229) -#define ANIM_TAG_TRI_FORCE_TRIANGLE (ANIM_SPRITES_START + 230) +#define ANIM_TAG_TRI_ATTACK_TRIANGLE (ANIM_SPRITES_START + 230) #define ANIM_TAG_WISP_ORB (ANIM_SPRITES_START + 231) #define ANIM_TAG_WISP_FIRE (ANIM_SPRITES_START + 232) #define ANIM_TAG_GOLD_STARS (ANIM_SPRITES_START + 233) |
