diff --git a/src/ui/battle-info.ts b/src/ui/battle-info.ts index 01f183c49c8..7c981ab8c27 100644 --- a/src/ui/battle-info.ts +++ b/src/ui/battle-info.ts @@ -380,6 +380,7 @@ export default class BattleInfo extends Phaser.GameObjects.Container { if (this.player) { this.y -= 12 * (mini ? 1 : -1); + this.baseY = this.y; } const offsetElements = [ this.nameText, this.genderText, this.teraIcon, this.splicedIcon, this.shinyIcon, this.statusIndicator, this.levelContainer ];