From d3a284699f0028faefd2395623bca8e6bf39210e Mon Sep 17 00:00:00 2001
From: CanoeHope <43196464+CanoeHope@users.noreply.github.com>
Date: Mon, 10 Feb 2020 15:52:55 -0500
Subject: [PATCH] Change Gen 5 hatch location (#2695)
Skyarrow Bridge is more popular to hatch at legitimately.
---
PKHeX.Core/Legality/Tables/Locations.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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;