mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
commit
9295385098
1 changed files with 0 additions and 1 deletions
|
@ -1146,7 +1146,6 @@ namespace PKHeX.Core
|
|||
710, // Jaw Fossil
|
||||
711, // Sail Fossil
|
||||
715, // Fairy Gem
|
||||
764, // Diancite
|
||||
};
|
||||
#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