kwsch / PKHeX

Pokémon Save File Editor
https://projectpokemon.org/pkhex/
Other
3.72k stars 700 forks source link

[Request] Squares/Stars Shown on Gen 7 Saves #2852

Closed Th3Alic3 closed 4 years ago

Th3Alic3 commented 4 years ago

Hey Kurt,

In Sword & Shield, the games are designed to show the distinction of Shiny Star vs Shiny Square for Pokémon from past versions via Home. (I have noticed every shiny Pokémon transferred into the game is Shiny Square which I can only assume it's linked to the broken code which flipped Squares from being rare to being the common.)

Since this is calculated via Sword & Shield, if it is at all possible to add those calculations to PKHeX for viewing the the Gen 7 games that would be amazing. It would be nice to see if a Pokémon will be Square or Shiny in advance of it making the journey from Bank to Home.

Thanks in advance

kwsch commented 4 years ago

You can already hover over the PID and it will show the ShinyXor. https://github.com/kwsch/PKHeX/commit/a50169d3d2db9723939e3c64cd3b8f95ee81c918

Not going to show alternate squares for prior generations where the concept of square does not exist.