From 98dc5c68dbae42b513780284760c05f8ec505c54 Mon Sep 17 00:00:00 2001 From: Kevin van Rijn Date: Thu, 26 Sep 2024 09:51:36 +0200 Subject: [PATCH] Uncomment unused defines for consistency --- include/config/species_enabled.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config/species_enabled.h b/include/config/species_enabled.h index 23bb6d9d54..0eb602a510 100644 --- a/include/config/species_enabled.h +++ b/include/config/species_enabled.h @@ -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.