mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
Remove illegal items from legal key items
This commit is contained in:
parent
d511fccdb4
commit
ff25e3cbd0
2 changed files with 5 additions and 5 deletions
|
@ -100,10 +100,10 @@ namespace PKHeX.Core
|
|||
{
|
||||
216, 431, 442, 445, 446, 447, 450, 465, 466, 471, 628,
|
||||
629, 631, 632, 638, 641, 642, 643, 689, 695, 696, 697, 698,
|
||||
700, 701, 702, 703, 705, 706, 707, 712, 713, 714,
|
||||
700, 701, 702, 703, 705, 712, 713, 714,
|
||||
|
||||
// Illegal
|
||||
716, 717, // For the cheaters who want useless items...
|
||||
// 716, 717, 706, 707,
|
||||
};
|
||||
|
||||
internal static readonly ushort[] Pouch_Key_AO =
|
||||
|
@ -112,7 +112,7 @@ namespace PKHeX.Core
|
|||
629, 631, 632, 638, 697,
|
||||
|
||||
// Illegal
|
||||
716, 717, 723, 745, 746, 747, 748, 749, 750, // For the cheaters who want useless items...
|
||||
// 716, 717, 723, 745, 746, 747, 748, 749, 750, 751,
|
||||
|
||||
// ORAS
|
||||
457, 474, 503,
|
||||
|
@ -121,7 +121,7 @@ namespace PKHeX.Core
|
|||
720, 721, 722, 724, 725, 726, 727, 728, 729,
|
||||
730, 731, 732, 733, 734, 735, 736, 738, 739,
|
||||
740, 741, 742, 743, 744,
|
||||
751, 765, 766, 771, 772, 774, 775,
|
||||
765, 766, 771, 772, 774, 775,
|
||||
};
|
||||
|
||||
internal static readonly ushort[] Pouch_TMHM_XY =
|
||||
|
|
|
@ -93,7 +93,7 @@ namespace PKHeX.Core
|
|||
internal static readonly ushort[] Pouch_Items_SM = Pouch_Regular_SM.Concat(Pouch_Ball_SM).Concat(Pouch_Battle_SM).ToArray();
|
||||
|
||||
internal static readonly ushort[] Pouch_Key_SM = {
|
||||
216, 465, 466, 628, 629, 631, 632, 633, 638, 696,
|
||||
216, 465, 466, 628, 629, 631, 632, 638,
|
||||
705, 706, 765, 773, 797,
|
||||
841, 842, 843, 845, 847, 850, 857, 858, 860,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue