mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-25 01:32:21 +02:00
Form text is properly hidden when going to filters
This commit is contained in:
parent
4f94a3f662
commit
ea310abefb
@ -1866,6 +1866,7 @@ export default class PokedexUiHandler extends MessageUiHandler {
|
||||
} else {
|
||||
this.pokemonNumberText.setText(species ? i18next.t("pokedexUiHandler:pokemonNumber") + padInt(species.speciesId, 4) : "");
|
||||
this.pokemonNameText.setText(species ? "???" : "");
|
||||
this.pokemonFormText.setText("");
|
||||
this.type1Icon.setVisible(false);
|
||||
this.type2Icon.setVisible(false);
|
||||
if (species) {
|
||||
|
Loading…
Reference in New Issue
Block a user