[Bug] Fix to epic shiny Yungoos icon (#2991) (#3016)

Fixed a floating pixel in epic shiny Yungoos' icon. Caused by Mimikyu's epic shiny sprite being placed too high on the sprite sheet. Moved Mimikyu's sprite down and updated json to reflect the change.
This commit is contained in:
Zoruu 2024-07-14 00:39:01 -04:00 committed by GitHub
parent 416079da88
commit 984b1883fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -1096,7 +1096,7 @@
},
"frame": {
"x": 96,
"y": 445,
"y": 446,
"w": 17,
"h": 22
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 60 KiB