Add gen7 egg hatch location suggestion

This commit is contained in:
Kurt 2016-11-30 21:36:02 -08:00
parent 3b75927197
commit cfe5b25bfb

View file

@ -284,7 +284,7 @@ namespace PKHeX
case GameVersion.SN:
case GameVersion.MN:
break;
return 50; // Route 4
}
return -1;
}