Add missing west Shellos icon

This commit is contained in:
Flashfyre 2023-12-24 15:09:52 -05:00
parent 40eed4464d
commit de29ea9c05
5 changed files with 3694 additions and 3694 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -764,7 +764,7 @@ class PartySlot extends Phaser.GameObjects.Container {
this.add(slotPb);
this.pokemonIcon = this.scene.add.sprite(slotPb.x, slotPb.y, this.pokemon.getIconAtlasKey(true));
this.pokemonIcon.setFrame(this.pokemon.getIconId());
this.pokemonIcon.setFrame(this.pokemon.getIconId(true));
this.add(this.pokemonIcon);