mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 04:23:12 +00:00
Update Core.cs
This commit is contained in:
parent
1c980a0434
commit
e3b1a29ad6
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ public static partial class Legal
|
|||
PA8 pa8 => !pa8.LA,
|
||||
PB8 pb8 => !pb8.BDSP,
|
||||
PK8 pk8 => pk8.IsSideTransfer || pk8.BattleVersion != 0,
|
||||
PK9 pk9 => !pk9.SV,
|
||||
PK9 pk9 => !(pk9.SV || (pk9.IsEgg && pk9.Version == 0)),
|
||||
_ => false,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue