mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-07-31 10:16:08 -05:00
DPPt Egg Met Location Fix
This commit is contained in:
parent
f033bc903c
commit
f3998a49d6
|
|
@ -2042,7 +2042,7 @@ private void updateOriginGame(object sender, EventArgs e)
|
|||
}
|
||||
#endregion
|
||||
}
|
||||
if (((gameorigin < 10 && gameorigin > 6) || (gameorigin == 15)) && origintrack != "Gen4")
|
||||
if (gameorigin < 0x10 && origintrack != "Gen4")
|
||||
{
|
||||
// Load Gen 4 egg locations if Gen 4 Origin.
|
||||
#region HGSS Met Locations
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user