From 1bfc600f8c70652a0328098c80df6ca0ba28444d Mon Sep 17 00:00:00 2001 From: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> Date: Sat, 15 Feb 2025 00:36:02 +0100 Subject: [PATCH] Dont to type Icons otherwise they will overlay on the "want to go back" text --- src/ui/pokedex-ui-handler.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ui/pokedex-ui-handler.ts b/src/ui/pokedex-ui-handler.ts index 56ec0efeab6..9e938d02a71 100644 --- a/src/ui/pokedex-ui-handler.ts +++ b/src/ui/pokedex-ui-handler.ts @@ -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 {