diff --git a/js/battle.js b/js/battle.js index a76ef2131..9714e83db 100644 --- a/js/battle.js +++ b/js/battle.js @@ -1629,6 +1629,7 @@ var Side = (function () { this.battle.statElem.append(this.getStatbarHTML(pokemon)); pokemon.statbarElem = this.battle.statElem.children().last(); this.updateStatbar(pokemon, true); + pokemon.side.updateSidebar(); if (this.battle.fastForward) { if (oldpokemon) { oldpokemon.statbarElem.remove();