Skip to content

Commit 1b6e357

Browse files
authored
Merge pull request #773 from Brave-Steel-Soul/official_shiny_artwork
2 parents 73b9749 + 44af033 commit 1b6e357

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

data/v2/build.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,10 @@ def csv_record_to_objects(info):
14321432
"official-artwork": {
14331433
"front_default": try_image_names(
14341434
poke_sprites + official_art, info, "png"
1435-
)
1435+
),
1436+
"front_shiny": try_image_names(
1437+
poke_sprites + official_art + "shiny/", info, "png"
1438+
),
14361439
},
14371440
},
14381441
"versions": {

0 commit comments

Comments
 (0)