DPPt Egg Met Location Fix

This commit is contained in:
Kurt 2015-01-27 23:12:18 -08:00
parent f033bc903c
commit f3998a49d6

View File

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