mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-02 23:54:14 -05: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
|
|
@ -90,7 +90,7 @@ private static bool GetIsNative(PersonalInfo personalInfo, int s)
|
|||
return personalInfo switch
|
||||
{
|
||||
PersonalInfoSM _ => s > 721 || Legal.PastGenAlolanNatives.Contains(s),
|
||||
PersonalInfoSWSH ss => ss.PokeDexIndex > 0,
|
||||
PersonalInfoSWSH ss => ss.IsInDex,
|
||||
_ => true,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user