mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-12 06:37:20 -05:00
Change Gen 5 hatch location (#2695)
Skyarrow Bridge is more popular to hatch at legitimately.
This commit is contained in:
parent
acb9cc2a9d
commit
d3a284699f
|
|
@ -38,8 +38,8 @@ public static class Locations
|
|||
/// <summary> Route 34 in <see cref="GameVersion.HGSS"/> </summary>
|
||||
public const int HatchLocationHGSS = 182;
|
||||
|
||||
/// <summary> Route 3 in <see cref="GameVersion.Gen5"/> </summary>
|
||||
public const int HatchLocation5 = 16;
|
||||
/// <summary> Skyarrow Bridge in <see cref="GameVersion.Gen5"/> </summary>
|
||||
public const int HatchLocation5 = 64;
|
||||
|
||||
/// <summary> Route 7 in <see cref="GameVersion.XY"/> </summary>
|
||||
public const int HatchLocation6XY = 38;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user