From b372ab1c344b4931eddb2dff7a675ebee19b417d Mon Sep 17 00:00:00 2001 From: Eduardo Quezada D'Ottone Date: Sun, 1 Nov 2020 14:50:29 -0300 Subject: [PATCH] Fixed label for Egg Group config. --- include/constants/pokemon_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constants/pokemon_config.h b/include/constants/pokemon_config.h index 0696115154..b43e4327f6 100644 --- a/include/constants/pokemon_config.h +++ b/include/constants/pokemon_config.h @@ -16,6 +16,6 @@ #define P_UPDATED_TYPES GEN_8 // In Gen6+, several Pokémon were changed to be partially or fully Fairy type. #define P_UPDATED_STATS GEN_8 // Since Gen 6, Pokémon stats are updated with each passing generation. #define P_UPDATED_ABILITIES GEN_8 // Since Gen 6, certain Pokémon have their abilities changed. Requires BATTLE_ENGINE for Gen4+ abilities. -#define P_UPDATED_EGG_GROUPS GEN_8 // Since Gen 8, certain Pokémon have their abilities changed. Requires BATTLE_ENGINE for Gen4+ abilities. +#define P_UPDATED_EGG_GROUPS GEN_8 // Since Gen 8, certain Pokémon have gained new egg groups. #endif // GUARD_CONSTANTS_POKEMON_CONFIG_H