From 2f2cb43bd011c77c1983505283bcaf46a2f62a68 Mon Sep 17 00:00:00 2001 From: Lusamine <30205550+Lusamine@users.noreply.github.com> Date: Sun, 29 Aug 2021 19:22:07 -0500 Subject: [PATCH] Disallow memory 17 from SWSH It's a 1% memory that is impossible to obtain normally, but was missed earlier since it occurs on the in-game Throh/Sawk trades. --- PKHeX.Core/Legality/Restrictions/Memories/MemoryContext8Data.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PKHeX.Core/Legality/Restrictions/Memories/MemoryContext8Data.cs b/PKHeX.Core/Legality/Restrictions/Memories/MemoryContext8Data.cs index 8ec736222..129be0adb 100644 --- a/PKHeX.Core/Legality/Restrictions/Memories/MemoryContext8Data.cs +++ b/PKHeX.Core/Legality/Restrictions/Memories/MemoryContext8Data.cs @@ -7,6 +7,7 @@ public partial class MemoryContext8 private static readonly int[] Memory_NotSWSH = { 10, // {0} got treats from {1}. {4} that {3}. + 17, // {0} battled at {1}’s side and beat {2}. {4} that {3}. 20, // {0} surfed across the water, carrying {1} on its back. {4} that {3}. 21, // {0} saw {2} carrying {1} on its back. {4} that {3}. 23, // When {1} challenged the Battle Maison, {0} got really nervous. {4} that {3}.