Add HT case for capture memory check

#2570
https://github.com/kwsch/PKHeX/issues/2570#issuecomment-568149050
This commit is contained in:
Kurt 2019-12-20 19:47:32 -08:00
parent a05b38ab39
commit d7bc68d7a5

View file

@ -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: