mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
Handle e-reader PIDIV type
no pidiv type since IVs are frozen at 0
This commit is contained in:
parent
3b3d31f70b
commit
e6d9f49fce
1 changed files with 2 additions and 0 deletions
|
@ -566,6 +566,8 @@ namespace PKHeX.Core
|
|||
{
|
||||
case WC3 g:
|
||||
return val == g.Method;
|
||||
case EncounterStaticShadow d when d.EReader:
|
||||
return val == PIDType.None; // All IVs are 0
|
||||
case EncounterStatic s:
|
||||
switch (pkm.Version)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue