diff --git a/src/battle-animations.ts b/src/battle-animations.ts index 6b9475e7e..bb25ae31c 100644 --- a/src/battle-animations.ts +++ b/src/battle-animations.ts @@ -1408,6 +1408,7 @@ class BattleScene { callback = () => { $hp.addClass('hp-yellow hp-red'); }; } + if (damage === '100%' && pokemon.hp > 0) damage = '99%'; this.resultAnim(pokemon, this.battle.hardcoreMode ? 'Damage' : '−' + damage, 'bad'); $hp.animate({