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), };