Merge pull request #1301 from sora10pls/master

Unban various Held Items
This commit is contained in:
Kurt 2017-07-04 22:21:02 -07:00 committed by GitHub
commit 6f6a9dfaaf

View file

@ -1301,7 +1301,6 @@ namespace PKHeX.Core
588, // Relic Band
589, // Relic Statue
590, // Relic Crown
657, // Gardevoirite
658, // Ampharosite
667, // Aggronite
684, // Latiasite
@ -1310,10 +1309,7 @@ namespace PKHeX.Core
711, // Sail Fossil
715, // Fairy Gem
755, // Altarianite
756, // Galladite
764, // Diancite
768, // Lopunnite
802, // Marshadium Z
};
#endregion
internal static readonly bool[] ReleasedHeldItems_7 = Enumerable.Range(0, MaxItemID_7+1).Select(i => HeldItems_SM.Contains((ushort)i) && !UnreleasedHeldItems_7.Contains(i)).ToArray();