talwat / pokeget-rs

A better rust version of pokeget.
MIT License
91 stars 3 forks source link

feat: add flag to prefer older gen7 sprites over gen8 #5

Open CactiChameleon9 opened 6 months ago

CactiChameleon9 commented 6 months ago

This PR adds an additional --gen7 flag to prefer the use of the older, and smaller generation 7 sprites. It fallback to gen8 folder if the sprite does not exist in gen7x

Slight downside: larger binary to include the gen7x sprites and the gen8 sprites

Edit: I added a version bump and rephrased the commit message to be closer to what you have done in the past

CactiChameleon9 commented 6 months ago

I am guessing from the recent changes this PR isn't being considered anymore (as the filepath has been removed)?