Skip to content

Commit

Permalink
Update pokemon icon immediately on megaevo
Browse files Browse the repository at this point in the history
  • Loading branch information
Slayer95 committed May 24, 2014
1 parent f89513f commit db2c6c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/battle.js
Original file line number Diff line number Diff line change
Expand Up @@ -4996,6 +4996,7 @@ function Battle(frame, logFrame, noPreload) {
poke.spriteid = template.spriteid;
poke.details = args[2];
poke.searchid = args[1].substr(0, 2) + args[1].substr(3) + '|' + args[2];
poke.side.updateSidebar();
break;
case 'teampreview':
self.teamPreview(true);
Expand Down

0 comments on commit db2c6c5

Please sign in to comment.