mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
Update GetIsNative for KChart
We want to show that the Species is native if it appears in any Dex (Galar, Armor, Crown), not just the main Galar Dex.
This commit is contained in:
parent
c60ae57ab0
commit
5c401fa936
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ namespace PKHeX.WinForms
|
|||
return personalInfo switch
|
||||
{
|
||||
PersonalInfoSM _ => s > 721 || Legal.PastGenAlolanNatives.Contains(s),
|
||||
PersonalInfoSWSH ss => ss.PokeDexIndex > 0,
|
||||
PersonalInfoSWSH ss => ss.IsInDex,
|
||||
_ => true,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue