mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-12 20:55:31 -05:00
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.
This commit is contained in:
@@ -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}.
|
||||
|
||||
Reference in New Issue
Block a user