mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
Unban Pikashunium Z
This commit is contained in:
parent
4aeb3ce818
commit
5e29a08df7
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue