We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b9749 commit 44af033Copy full SHA for 44af033
data/v2/build.py
@@ -1432,7 +1432,10 @@ def csv_record_to_objects(info):
1432
"official-artwork": {
1433
"front_default": try_image_names(
1434
poke_sprites + official_art, info, "png"
1435
- )
+ ),
1436
+ "front_shiny": try_image_names(
1437
+ poke_sprites + official_art + "shiny/", info, "png"
1438
1439
},
1440
1441
"versions": {
0 commit comments