From e02b33ef2c8d5186c2517a86e1c9be6e98045e7d Mon Sep 17 00:00:00 2001 From: Lusamine <30205550+Lusamine@users.noreply.github.com> Date: Wed, 5 Jul 2023 19:40:17 -0500 Subject: [PATCH] Add Wedgehurst as valid general location to gen 8 sign memory --- PKHeX.Core/Legality/Restrictions/Memories/MemoryContext8.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.Core/Legality/Restrictions/Memories/MemoryContext8.cs b/PKHeX.Core/Legality/Restrictions/Memories/MemoryContext8.cs index 668d1f1ee..c63bf2338 100644 --- a/PKHeX.Core/Legality/Restrictions/Memories/MemoryContext8.cs +++ b/PKHeX.Core/Legality/Restrictions/Memories/MemoryContext8.cs @@ -141,7 +141,7 @@ private static bool IsInvalidGenLoc8Other(byte memory, ushort variable) 39 when arg is not (8 or 12 or 22 or 33 or 35 or 37 or 40 or 41 or 44 or 47 or 48 or 49 or 50 or 51 or 53 or 65 or 71 or 72 or 75 or 76 or 77) => true, // {0} checked the sign with {1} {2}. {4} that {3}. - 42 when arg is not (1 or 12 or 22 or 33 or 35 or 37 or 44 or 47 or 53 or 71 or 72 or 76 or 77) => true, + 42 when arg is not (1 or 8 or 12 or 22 or 33 or 35 or 37 or 44 or 47 or 53 or 71 or 72 or 76 or 77) => true, // {0} sat with {1} on a bench {2}. {4} that {3}. 70 when arg is not (8 or 12 or 22 or 28 or 33 or 35 or 37 or 38 or 44 or 53 or 77) => true,