Change Gen 5 hatch location (#2695)

Skyarrow Bridge is more popular to hatch at legitimately.
This commit is contained in:
CanoeHope 2020-02-10 15:52:55 -05:00 committed by GitHub
parent acb9cc2a9d
commit d3a284699f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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