From edcf3a9bd649604a6f3653b10386988fc7c9bef6 Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 5 Aug 2021 18:54:08 -0700 Subject: [PATCH] Remove duplicate no-item for gen6 held item list --- PKHeX.Core/Legality/Tables/Tables6.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKHeX.Core/Legality/Tables/Tables6.cs b/PKHeX.Core/Legality/Tables/Tables6.cs index 6a369506a..b4dd58124 100644 --- a/PKHeX.Core/Legality/Tables/Tables6.cs +++ b/PKHeX.Core/Legality/Tables/Tables6.cs @@ -175,8 +175,8 @@ namespace PKHeX.Core 208, 209, 210, 211, 212, 686, 687, 688, }; - internal static readonly ushort[] HeldItem_XY = ArrayUtil.ConcatAll(new ushort[1], Pouch_Items_XY, Pouch_Medicine_XY, Pouch_Berry_XY); - internal static readonly ushort[] HeldItem_AO = ArrayUtil.ConcatAll(new ushort[1], Pouch_Items_AO, Pouch_Medicine_AO, Pouch_Berry_XY); + internal static readonly ushort[] HeldItem_XY = ArrayUtil.ConcatAll(Pouch_Items_XY, Pouch_Medicine_XY, Pouch_Berry_XY); + internal static readonly ushort[] HeldItem_AO = ArrayUtil.ConcatAll(Pouch_Items_AO, Pouch_Medicine_AO, Pouch_Berry_XY); #endregion #region TMHM