From e85a75e796895cafe1986d9b06bcf56d65abbab2 Mon Sep 17 00:00:00 2001 From: Lusamine <30205550+Lusamine@users.noreply.github.com> Date: Sun, 29 Aug 2021 01:28:42 -0500 Subject: [PATCH] Add Wyndon as a location for sitting on bench 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 93e94cf60..9d5a6e4b1 100644 --- a/PKHeX.Core/Legality/Restrictions/Memories/MemoryContext8.cs +++ b/PKHeX.Core/Legality/Restrictions/Memories/MemoryContext8.cs @@ -129,7 +129,7 @@ private static bool IsInvalidGenLoc8Other(int memory, int variable) 42 when variable is not (1 or 12 or 33 or 35 or 37 or 44 or 47 or 53 or 71 or 72 or 76 or 77) => true, // sitting on a bench - 70 when variable is not (12 or 28 or 33 or 35 or 37 or 38 or 44 or 53 or 77) => true, + 70 when variable is not (12 or 22 or 28 or 33 or 35 or 37 or 38 or 44 or 53 or 77) => true, _ => !PossibleGeneralLocations8.Contains(arg), };