mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-24 12:34:13 -05:00
@@ -225,6 +225,10 @@ public bool Valid(PKM pkm, int lvl)
|
||||
{
|
||||
case 8: // Use Item
|
||||
return true;
|
||||
case 17: // Male
|
||||
return pkm.Gender == 0;
|
||||
case 18: // Female
|
||||
return pkm.Gender == 1;
|
||||
|
||||
case 5: // Trade Evolution
|
||||
case 6: // Trade while Holding
|
||||
|
||||
Reference in New Issue
Block a user