diff --git a/data/graphics.js b/data/graphics.js index 186ec7c6b..ed2512556 100644 --- a/data/graphics.js +++ b/data/graphics.js @@ -25465,7 +25465,7 @@ var BattleMoveAnims = { time: 250 }, 'accel'); attacker.delay(1300); - attacker.anim({ + attacker.anim({ x: attacker.x, y: attacker.y, z: attacker.z, diff --git a/js/battle.js b/js/battle.js index 4fbafb328..1fb597338 100644 --- a/js/battle.js +++ b/js/battle.js @@ -4660,7 +4660,7 @@ var Battle = (function () { actions += "" + poke.getName() + " transformed into the " + args[3] + " type!"; } this.resultAnim(poke, args[3].split('/').map(function (type) { - return '' + type + '' + return '' + type + ''; }).join(' '), 'neutral'); break; case 'typeadd':