From ea5ca7b2d2f5eb260e91991414c730d90d78aeee Mon Sep 17 00:00:00 2001 From: Kurt Date: Sun, 22 Dec 2019 12:16:06 -0800 Subject: [PATCH] Add Ingredients to swsh held item list Closes #2597 --- PKHeX.Core/Legality/Tables/Tables8.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.Core/Legality/Tables/Tables8.cs b/PKHeX.Core/Legality/Tables/Tables8.cs index 78e0fddfc..6b891bbac 100644 --- a/PKHeX.Core/Legality/Tables/Tables8.cs +++ b/PKHeX.Core/Legality/Tables/Tables8.cs @@ -181,7 +181,7 @@ public static partial class Legal 1105, 1106, 1107, 1108, }; - internal static readonly ushort[] HeldItems_SWSH = ArrayUtil.ConcatAll(new ushort[1], Pouch_Items_SWSH, Pouch_Berries_SWSH, Pouch_Medicine_SWSH, TR_SWSH, Pouch_Treasure_SWSH); + internal static readonly ushort[] HeldItems_SWSH = ArrayUtil.ConcatAll(new ushort[1], Pouch_Items_SWSH, Pouch_Berries_SWSH, Pouch_Medicine_SWSH, TR_SWSH, Pouch_Treasure_SWSH, Pouch_Ingredients_SWSH); internal static readonly HashSet WildPokeballs8 = new HashSet { (int)Ball.Poke,