Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintCoke committed Dec 29, 2016
1 parent 69ff7f9 commit ea4a5be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/graphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -26939,7 +26939,6 @@ var BattleMoveAnims = {
});
}
},

coreenforcer: {
anim: function (battle, args) {
var attacker = args[0];
Expand Down Expand Up @@ -28429,7 +28428,7 @@ var BattleMoveAnims = {
time: 400
}, 'swing');
defender.delay(500);
defender.anim({
defender.anim({
opacity: 0,
time: 1
});
Expand Down

0 comments on commit ea4a5be

Please sign in to comment.