Skip to content

Commit

Permalink
Merge pull request #773 from Brave-Steel-Soul/official_shiny_artwork
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim authored Nov 24, 2022
2 parents 73b9749 + 44af033 commit 1b6e357
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/v2/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,10 @@ def csv_record_to_objects(info):
"official-artwork": {
"front_default": try_image_names(
poke_sprites + official_art, info, "png"
)
),
"front_shiny": try_image_names(
poke_sprites + official_art + "shiny/", info, "png"
),
},
},
"versions": {
Expand Down

0 comments on commit 1b6e357

Please sign in to comment.