diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index 27c4edea297..4a43d79955a 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -7157,8 +7157,8 @@ export class EnemyPokemon extends Pokemon { initBattleInfo(): void { if (!this.battleInfo) { this.battleInfo = new EnemyBattleInfo(); + this.battleInfo.initInfo(this); this.battleInfo.updateBossSegments(this); - this.battleInfo.initInfo(this); } else { this.battleInfo.updateBossSegments(this); }