Removed unnecessary check for BE
This commit is contained in:
parent
094a0b8774
commit
04bf06a7c0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue