diff --git a/src/ui/pokemon-info-container.ts b/src/ui/pokemon-info-container.ts index 0a63c817762..4c3e9feb2f2 100644 --- a/src/ui/pokemon-info-container.ts +++ b/src/ui/pokemon-info-container.ts @@ -247,6 +247,10 @@ export default class PokemonInfoContainer extends Phaser.GameObjects.Container { } else { this.pokemonFormText.disableInteractive(); } + } else { + this.pokemonFormLabelText.setVisible(false); + this.pokemonFormText.setVisible(false); + this.pokemonFormText.disableInteractive(); } const abilityTextStyle = pokemon.abilityIndex === (pokemon.species.ability2 ? 2 : 1) ? TextStyle.MONEY : TextStyle.WINDOW;