Unban Pikashunium Z

This commit is contained in:
sora10pls 2017-05-11 13:20:33 -04:00
parent 4aeb3ce818
commit 5e29a08df7

View file

@ -1321,7 +1321,6 @@ namespace PKHeX.Core
767, // Cameruptite
768, // Lopunnite
802, // Marshadium Z
836, // Pikashunium 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();