From 04bf06a7c0647474e457ffdbbeed601cfa2b9fdf Mon Sep 17 00:00:00 2001 From: TheXaman Date: Sun, 15 Nov 2020 16:30:59 +0100 Subject: [PATCH] Removed unnecessary check for BE --- src/pokedex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pokedex.c b/src/pokedex.c index 58efe19bbf..b6bbba63d1 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -6818,7 +6818,7 @@ static void PrintMonStatsToggle(u8 taskId) PrintInfoScreenTextSmall(gAbilityDescriptionPointers[gBaseStats[species].abilities[1]], abilities_x, abilities_y + 44); } } - #if defined (BATTLE_ENGINE) && defined (POKEMON_EXPANSION) + #ifdef POKEMON_EXPANSION else //Hidden abilities { ability0 = gBaseStats[species].abilityHidden;