mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-07 23:08:47 -05:00
@@ -176,7 +176,7 @@ bool IsValidPikachuCap()
|
||||
|
||||
if (pkm.AltForm != 0 && BattleOnly.Contains(pkm.Species))
|
||||
{
|
||||
if (pkm.Species == (int)Species.Darmanitan && pkm.Species == 2) { } // this one is OK, Galarian non-Zen
|
||||
if (pkm.Species == (int)Species.Darmanitan && pkm.AltForm == 2) { } // this one is OK, Galarian non-Zen
|
||||
else return GetInvalid(LFormBattle);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user