mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-24 13:03:06 +00:00
Add gen7 egg hatch location suggestion
This commit is contained in:
parent
3b75927197
commit
cfe5b25bfb
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ namespace PKHeX
|
||||||
|
|
||||||
case GameVersion.SN:
|
case GameVersion.SN:
|
||||||
case GameVersion.MN:
|
case GameVersion.MN:
|
||||||
break;
|
return 50; // Route 4
|
||||||
}
|
}
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue