Skip to content

Commit

Permalink
Uncomment unused defines for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvanrijn authored and ElGHT committed Oct 3, 2024
1 parent f32d570 commit c1c506b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/config/species_enabled.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
#define P_GEN_2_CROSS_EVOS P_CROSS_GENERATION_EVOS
#define P_GEN_3_CROSS_EVOS P_CROSS_GENERATION_EVOS
#define P_GEN_4_CROSS_EVOS P_CROSS_GENERATION_EVOS
//#define P_GEN_5_CROSS_EVOS // Gen 5 didn't introduce any cross-gen evos.
#define P_GEN_5_CROSS_EVOS P_CROSS_GENERATION_EVOS // Gen 5 didn't introduce any cross-gen evos.
#define P_GEN_6_CROSS_EVOS P_CROSS_GENERATION_EVOS // Just Sylveon.
//#define P_GEN_7_CROSS_EVOS // Alolan evolutions handled by P_ALOLAN_FORMS.
#define P_GEN_7_CROSS_EVOS P_CROSS_GENERATION_EVOS // Alolan evolutions handled by P_ALOLAN_FORMS.
#define P_GEN_8_CROSS_EVOS P_CROSS_GENERATION_EVOS // Regional evolutions handled by P_GALARIAN_FORMS and P_HISUIAN_FORMS.
#define P_GEN_9_CROSS_EVOS P_CROSS_GENERATION_EVOS // Clodsire handled by P_PALDEAN_FORMS.

Expand Down

0 comments on commit c1c506b

Please sign in to comment.