kwsch / PKHeX

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

"Invalid: Egg must be not nicknamed" #3311

Closed ghost closed 2 years ago

ghost commented 2 years ago

Describe the problem If an egg has Nicknamed checked, PKHeX (BDSP) complains that the egg is invalid. Except that checking the "Is Egg" flag on a Pokémon will also automatically check the Nicknamed flag, and the Manaphy Egg wondercard also shows up with Nicknamed flag by default. Either the legality check is bad, or PKHeX is erroneously applying the Nicknamed flag when loading an egg.

To Reproduce Load Manaphy Egg wondercard from mgdb, or click the Is Egg checkbox on any Pokémon

Expected behavior The legality check and/or nicknamed status of the egg should be valid

Screenshots

![image](https://user-images.githubusercontent.com/43770697/143135494-54257aeb-80eb-4143-b014-bc22e4e86ed9.png)

Additional context 20211121

kwsch commented 2 years ago

The legality check is correct, the issue is that the GUI doesn't know if it needs the flag or not, so it goes with the usual logic of "yes".