From a728e97d40a82deb749bfe059e3196fa8bfad56c Mon Sep 17 00:00:00 2001 From: Kurt Date: Sun, 28 Oct 2018 20:28:02 -0700 Subject: [PATCH] Fix Butterfree lock Ninetales is female --- PKHeX.Core/Legality/Encounters/Data/Encounters3Shadow.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKHeX.Core/Legality/Encounters/Data/Encounters3Shadow.cs b/PKHeX.Core/Legality/Encounters/Data/Encounters3Shadow.cs index 44333f994..e0d9a7a24 100644 --- a/PKHeX.Core/Legality/Encounters/Data/Encounters3Shadow.cs +++ b/PKHeX.Core/Legality/Encounters/Data/Encounters3Shadow.cs @@ -307,7 +307,7 @@ public static class Encounters3Shadow public static readonly TeamLock XTangela = new TeamLock { Species = 114, // Tangela Locks = new[] { - new NPCLock(038, 12, 0, 191), // Ninetales (M) (Serious) + new NPCLock(038, 12, 1, 191), // Ninetales (F) (Serious) new NPCLock(189, 06, 0, 127), // Jumpluff (M) (Docile) new NPCLock(184, 00, 1, 127), // Azumarill (F) (Hardy) }}; @@ -315,7 +315,7 @@ public static class Encounters3Shadow public static readonly TeamLock XButterfree = new TeamLock { Species = 012, // Butterfree Locks = new[] { - new NPCLock(038, 12, 0, 191), // Ninetales (M) (Serious) + new NPCLock(038, 12, 1, 191), // Ninetales (F) (Serious) new NPCLock(189, 06, 0, 127), // Jumpluff (M) (Docile) new NPCLock(184, 00, 1, 127), // Azumarill (F) (Hardy) new NPCLock(114), // Shadow Tangela @@ -325,7 +325,7 @@ public static class Encounters3Shadow Species = 012, // Butterfree Comment = "Tangela Seen", Locks = new[] { - new NPCLock(038, 12, 0, 191), // Ninetales (M) (Serious) + new NPCLock(038, 12, 1, 191), // Ninetales (F) (Serious) new NPCLock(189, 06, 0, 127), // Jumpluff (M) (Docile) new NPCLock(184, 00, 1, 127), // Azumarill (F) (Hardy) new NPCLock(114, true), // Shadow Tangela (Seen)