diff --git a/PKHeX.Core/Legality/Tables/Locations.cs b/PKHeX.Core/Legality/Tables/Locations.cs index dd3248777..410d220c7 100644 --- a/PKHeX.Core/Legality/Tables/Locations.cs +++ b/PKHeX.Core/Legality/Tables/Locations.cs @@ -38,8 +38,8 @@ public static class Locations /// Route 34 in public const int HatchLocationHGSS = 182; - /// Route 3 in - public const int HatchLocation5 = 16; + /// Skyarrow Bridge in + public const int HatchLocation5 = 64; /// Route 7 in public const int HatchLocation6XY = 38;