Skip to content

Commit

Permalink
Update Me First move animation
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintCoke committed Aug 3, 2016
1 parent 5e3a337 commit c02cd86
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data/graphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -9758,9 +9758,6 @@ var BattleMoveAnims = {
feintattack: {
anim: BattleOtherAnims.sneakattack.anim
},
mefirst: {
anim: BattleOtherAnims.sneakattack.anim
},
struggle: {
anim: BattleOtherAnims.contactattack.anim
},
Expand Down Expand Up @@ -20874,6 +20871,8 @@ var BattleMoveAnims = {
// placeholder animations
BattleMoveAnims['torment'] = {anim:BattleMoveAnims['swagger'].anim};

BattleMoveAnims['mefirst'] = {anim:BattleMoveAnims['mimic'].anim};

BattleMoveAnims['autotomize'] = {anim:BattleMoveAnims['rockpolish'].anim};
BattleMoveAnims['honeclaws'] = {anim:BattleMoveAnims['rockpolish'].anim};

Expand Down

0 comments on commit c02cd86

Please sign in to comment.