File tree 2 files changed +3
-1
lines changed
play.pokemonshowdown.com/src
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -622,6 +622,8 @@ const BattlePokemonIconIndexes: {[id: string]: number} = {
622
622
cresceidon : 1512 + 73 ,
623
623
chuggalong : 1512 + 74 ,
624
624
shox : 1512 + 75 ,
625
+ chuggon : 1512 + 76 ,
626
+ draggalong : 1512 + 77 ,
625
627
} ;
626
628
627
629
const BattlePokemonIconIndexesLeft : { [ id : string ] : number } = {
Original file line number Diff line number Diff line change @@ -732,7 +732,7 @@ const Dex = new class implements ModdedDex {
732
732
let top = Math . floor ( num / 12 ) * 30 ;
733
733
let left = ( num % 12 ) * 40 ;
734
734
let fainted = ( ( pokemon as Pokemon | ServerPokemon ) ?. fainted ? `;opacity:.3;filter:grayscale(100%) brightness(.5)` : `` ) ;
735
- return `background:transparent url(${ Dex . resourcePrefix } sprites/pokemonicons-sheet.png?v17 ) no-repeat scroll -${ left } px -${ top } px${ fainted } ` ;
735
+ return `background:transparent url(${ Dex . resourcePrefix } sprites/pokemonicons-sheet.png?v18 ) no-repeat scroll -${ left } px -${ top } px${ fainted } ` ;
736
736
}
737
737
738
738
getTeambuilderSpriteData ( pokemon : any , gen : number = 0 ) : TeambuilderSpriteData {
You can’t perform that action at this time.
0 commit comments