diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-04-06 18:38:15 +0200 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-06 12:44:27 -0500 |
commit | b85a74afc5a5dc1225e85904ab0b583f5d359d12 (patch) | |
tree | 18f9652117032992fda5c193ab43d74e126a2b08 /include/constants | |
parent | 5183cdb35722549d6b465ccaf8c4a21422ecb254 (diff) |
Give names to battle anim backgrounds
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/battle_anim.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/constants/battle_anim.h b/include/constants/battle_anim.h index aaa3cd274..1209dfa19 100644 --- a/include/constants/battle_anim.h +++ b/include/constants/battle_anim.h @@ -335,10 +335,10 @@ #define BG_GUILLOTINE_CONTESTS 14 #define BG_ICE 15 #define BG_COSMIC 16 -#define BG_SEISMICTOSS_SKUUPPERCUT 17 -#define BG_FLYING 18 -#define BG_FLYING_CONTESTS 19 -#define BG_AURORABEAM 20 +#define BG_IN_AIR 17 +#define BG_SKY 18 +#define BG_SKY_CONTESTS 19 +#define BG_AURORA 20 #define BG_FISSURE 21 #define BG_BUG_OPPONENT 22 #define BG_BUG_PLAYER 23 |