architdate/PKHeX-Plugins

IVs are not correctly set on generation - PBR - Gen 4

Closed this issue · 3 comments

When I want to generate Pokémon for Pokémon Battle Revolution (Gen 4), the Pokémon sometimes receives wrong IVs. I think this is related to Hidden Powers or Legendaries.

Reproduce:

Expected behavior
I expect the IVs to be set correctly.

Screenshots
image

Thanks for the great work on the Auto-Legality Mod!

kwsch commented

There isn't a 6IV0Atk Method 1 spread, so the PIDIV isn't valid. ALM gives you a valid PIDIV as a fallback.

If this is not fixable, I would maybe turn this into a feature request.

Idea: If such a fallback is used, a popup message is shown that states that (leads you to check EVs / IVs).

Currently, it is very easy to miss this and has happened to a couple of friends already.

I'll accept this as a feature request. I will add it to the traceback (refer to the DLC branch) that fallback IVs are being used instead of the user provided ones.