mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-20 12:48:30 -05:00
Grab CXD location if encounter is COLO or XD
This commit is contained in:
parent
14eae5f62d
commit
0002f1d1ad
|
|
@ -453,7 +453,7 @@ public IReadOnlyList<string> GetLocationNames(int gen, int bankID, GameVersion v
|
|||
{
|
||||
case 2: return metGSC_00000;
|
||||
case 3:
|
||||
return version == GameVersion.CXD ? metCXD_00000 : metRSEFRLG_00000;
|
||||
return GameVersion.CXD.Contains(version) ? metCXD_00000 : metRSEFRLG_00000;
|
||||
case 4: return GetLocationNames4(bankID);
|
||||
case 5: return GetLocationNames5(bankID);
|
||||
case 6: return GetLocationNames6(bankID);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user