Skip to content

Commit

Permalink
Update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarel committed Jun 8, 2015
1 parent 6c42d72 commit 53e8f04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified fx/bg-gen1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion js/battledata.js
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ var Tools = {
var top = 8 + Math.floor(num / 16) * 32;
var left = (num % 16) * 32;
var fainted = (pokemon && pokemon.fainted?';opacity:.4':'');
return 'background:transparent url(' + Tools.resourcePrefix + 'sprites/bwicons-sheet.png) no-repeat scroll -' + left + 'px -' + top + 'px' + fainted;
return 'background:transparent url(' + Tools.resourcePrefix + 'sprites/bwicons-sheet.png?g6) no-repeat scroll -' + left + 'px -' + top + 'px' + fainted;
},

getTeambuilderSprite: function(pokemon) {
Expand Down

0 comments on commit 53e8f04

Please sign in to comment.