diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-13 21:03:07 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-13 21:03:07 +0100 |
commit | 9106d8df1856c65b2bc85da6d61b6968669814ea (patch) | |
tree | b338366e4afe1442038b8b029df89002ef5be2cd /include | |
parent | eb00e8ba4acab773b5bcebbc622563c60abb512d (diff) |
up to groudon transition
Diffstat (limited to 'include')
-rw-r--r-- | include/battle_transition.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/battle_transition.h b/include/battle_transition.h index 2ad27dc29..bb8505edb 100644 --- a/include/battle_transition.h +++ b/include/battle_transition.h @@ -17,7 +17,7 @@ enum // TRANSITION_MUGSHOT MUGSHOTS_COUNT }; -// credits for the names go to Dyskinesia and Tetrable +// credits for the names go to Dyskinesia, Tetrable and Farore // names are naturally subject to change #define B_TRANSITION_BLUR 0 @@ -47,9 +47,9 @@ enum // TRANSITION_MUGSHOT #define B_TRANSITION_GROUDON 23 #define B_TRANSITION_RAYQUAZA 24 #define B_TRANSITION_25 25 -#define B_TRANSITION_26 26 -#define B_TRANSITION_27 27 -#define B_TRANSITION_28 28 +#define B_TRANSITION_BLACKHOLE1 26 +#define B_TRANSITION_BLACKHOLE2 27 +#define B_TRANSITION_RECTANGULAR_SPIRAL 28 #define B_TRANSITION_29 29 #define B_TRANSITION_30 30 #define B_TRANSITION_31 31 |