diff --git a/src/ui/ball-ui-handler.ts b/src/ui/ball-ui-handler.ts index bead7e58f6b..8c9a0f8feae 100644 --- a/src/ui/ball-ui-handler.ts +++ b/src/ui/ball-ui-handler.ts @@ -25,7 +25,7 @@ export default class BallUiHandler extends UiHandler { this.pokeballSelectContainer.setVisible(false); ui.add(this.pokeballSelectContainer); - this.pokeballSelectBg = addWindow(this.scene, 0, 0, 114, 96); + this.pokeballSelectBg = addWindow(this.scene, 0, 0, 114, 112); this.pokeballSelectBg.setOrigin(0, 1); this.pokeballSelectContainer.add(this.pokeballSelectBg);