vinnymac / PokeNurse

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon
284 stars 55 forks source link

Append a leading 0 to [VI] #180

Closed YesThatAllen closed 7 years ago

YesThatAllen commented 7 years ago

This templated renaming is great.

When using [VI] on a mon with 91%+ having the leading 0 in place would ensure that the best pokemon are first, when sorted by name.

My current templated rename is [VI].[FAST].[CHARGE][ENERGY][HP]

Which gets me 7.7.40③73 for a 93% Bulbasaur with 7 fast attack, 40 charge attack (3 uses) per full charge) and 73 HP.

Ideally it would result in

07.7.40③73

Thanks!!

YesThatAllen commented 7 years ago

PS I would not think this is needed for the attack strengths, as it would consume too many digits, and I don't know why I'd want to sort by fast or charge attack.

YesThatAllen commented 7 years ago

This is working great in develop. Thanks!