[Bug] Fix rare shiny Cleffa using default icon (#1642)

* [Bug] Fix rare shiny Cleffa using default icon

Rare shiny Cleffa's icon was showing up as the default colouration, or as shiny Lugia's icon.
This fixes that by adding it to the spritesheet pokemon_icons_2v and its .json, where the console log suggested it should belong.

* [Bug] Fix rare shiny Cleffa using default icon

Rare shiny Cleffa's icon was showing up as the default colouration, or as shiny Lugia's icon.
This fixes that by adding it to the spritesheet pokemon_icons_2v and its .json, where the console log suggested it should belong.
This commit is contained in:
chaosgrimmon 2024-05-31 18:15:41 -04:00 committed by GitHub
parent 7f1e94e8ca
commit 218cf025a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 0 deletions

View File

@ -1332,6 +1332,27 @@
"h": 24 "h": 24
} }
}, },
{
"filename": "173_2",
"rotated": false,
"trimmed": true,
"sourceSize": {
"w": 40,
"h": 30
},
"spriteSourceSize": {
"x": 11,
"y": 11,
"w": 18,
"h": 18
},
"frame": {
"x": 174,
"y": 253,
"w": 18,
"h": 18
}
},
{ {
"filename": "173_3", "filename": "173_3",
"rotated": false, "rotated": false,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 60 KiB