Dont to type Icons otherwise they will overlay on the "want to go back" text

This commit is contained in:
Jannik Tappert 2025-02-15 00:36:02 +01:00
parent f20c535486
commit 1bfc600f8c

View File

@ -539,8 +539,7 @@ export default class PokedexUiHandler extends MessageUiHandler {
this.starterSelectContainer.bringToTop(this.starterSelectMessageBoxContainer);
this.starterSelectContainer.bringToTop(this.pokemonNameText);
this.starterSelectContainer.bringToTop(this.pokemonFormText);
this.starterSelectContainer.bringToTop(this.type1Icon);
this.starterSelectContainer.bringToTop(this.type2Icon);
}
show(args: any[]): boolean {