From 001ea68fdd6d3acb03325e974be8fc14f2ed2ac2 Mon Sep 17 00:00:00 2001 From: kubetz Date: Sat, 6 Jun 2015 03:54:49 +0000 Subject: [PATCH] sidebar is updated for dragIn --- js/battle.js | 1 + 1 file changed, 1 insertion(+) 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();