mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 22:10:21 +00:00
Add HT case for capture memory check
#2570 https://github.com/kwsch/PKHeX/issues/2570#issuecomment-568149050
This commit is contained in:
parent
a05b38ab39
commit
d7bc68d7a5
1 changed files with 2 additions and 0 deletions
|
@ -324,6 +324,8 @@ namespace PKHeX.Core
|
|||
{
|
||||
switch (version)
|
||||
{
|
||||
case GameVersion.Any:
|
||||
return GetCanBeCaptured(species, SlotsSW.Concat(SlotsSH), StaticSW.Concat(StaticSH));
|
||||
case GameVersion.SW:
|
||||
return GetCanBeCaptured(species, SlotsSW, StaticSW);
|
||||
case GameVersion.SH:
|
||||
|
|
Loading…
Reference in a new issue