mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
parent
80013b0367
commit
ba40f74bf1
1 changed files with 2 additions and 0 deletions
|
@ -801,6 +801,8 @@ namespace PKHeX.Core
|
|||
return pkm.AltForm == 1;
|
||||
if (pkm.Species == 678 && pkm.Gender == 1)
|
||||
return pkm.AltForm == 1;
|
||||
if (pkm.Species == 773)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
internal static bool getHasTradeEvolved(PKM pkm)
|
||||
|
|
Loading…
Reference in a new issue