From e50d5661cdf303f685738542a7e9fa1995f4daec Mon Sep 17 00:00:00 2001 From: AgustinGDLV Date: Sun, 8 May 2022 20:57:12 -0700 Subject: [PATCH] removed unneccesary preproc --- src/pokemon.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pokemon.c b/src/pokemon.c index e1a391b90e..bf07718413 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -6757,7 +6757,6 @@ u16 GetEvolutionTargetSpecies(struct Pokemon *mon, u8 mode, u16 evolutionItem, s } } break; - #ifdef BATTLE_ENGINE // Battle evolution without leveling; party slot is being passed into the evolutionItem arg. case EVO_MODE_BATTLE_SPECIAL: for (i = 0; i < EVOS_PER_MON; i++) @@ -6771,7 +6770,6 @@ u16 GetEvolutionTargetSpecies(struct Pokemon *mon, u8 mode, u16 evolutionItem, s } } break; - #endif // Overworld evolution without leveling; evolution method is being passed into the evolutionItem arg. case EVO_MODE_OVERWORLD_SPECIAL: for (i = 0; i < EVOS_PER_MON; i++)