diff options
author | Eduardo Quezada D'Ottone <eduardo602002@gmail.com> | 2021-11-01 18:36:35 -0300 |
---|---|---|
committer | Eduardo Quezada D'Ottone <eduardo602002@gmail.com> | 2021-11-01 18:36:35 -0300 |
commit | f3013d8ee923472e89fe01fdbc3d386bb5006cec (patch) | |
tree | c73fe8e8ea76001c7f40b2e77f22841e6d441c3f /include/constants/battle_anim.h | |
parent | 54a70ca4d4ac701b8d97c7c29687e3a824fb191e (diff) |
Standarized Solarbeam into Solar Beam
Diffstat (limited to 'include/constants/battle_anim.h')
-rw-r--r-- | include/constants/battle_anim.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/constants/battle_anim.h b/include/constants/battle_anim.h index 48de594e2..2ff9318be 100644 --- a/include/constants/battle_anim.h +++ b/include/constants/battle_anim.h @@ -342,9 +342,9 @@ #define BG_FISSURE 21 #define BG_BUG_OPPONENT 22 #define BG_BUG_PLAYER 23 -#define BG_SOLARBEAM_OPPONENT 24 -#define BG_SOLARBEAM_PLAYER 25 -#define BG_SOLARBEAM_CONTESTS 26 +#define BG_SOLAR_BEAM_OPPONENT 24 +#define BG_SOLAR_BEAM_PLAYER 25 +#define BG_SOLAR_BEAM_CONTESTS 26 // table ids for general animations (gBattleAnims_General) #define B_ANIM_CASTFORM_CHANGE 0 |