From 4ed20dca8cfb70b22dc5d212cf1e498754247d2a Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Wed, 21 Dec 2022 17:28:24 -0300 Subject: [PATCH] Forgot to restore config to GEN_LATEST --- include/config/pokemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config/pokemon.h b/include/config/pokemon.h index 65d467017d..0416de5e2c 100644 --- a/include/config/pokemon.h +++ b/include/config/pokemon.h @@ -9,7 +9,7 @@ // Breeding settings #define P_NIDORAN_M_DITTO_BREED GEN_LATEST // Since Gen 5, when Nidoran♂ breeds with Ditto it can produce Nidoran♀ offspring. Before, it would only yield male offspring. This change also applies to Volbeat. -#define P_INCENSE_BREEDING GEN_9 // Since Gen 9, cross-generation Baby Pokémon don't require Incense being held by the parents to be obtained via breeding. +#define P_INCENSE_BREEDING GEN_LATEST // Since Gen 9, cross-generation Baby Pokémon don't require Incense being held by the parents to be obtained via breeding. // Other settings #define P_SHEDINJA_BALL GEN_LATEST // Since Gen 4, Shedinja requires a Poké Ball for its evolution. In Gen 3, Shedinja inherits Nincada's Ball.