mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
Merge pull request #1301 from sora10pls/master
Unban various Held Items
This commit is contained in:
commit
6f6a9dfaaf
1 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue