Fix Gen. 2 key items and balls (#2432)

This commit is contained in:
Ammako 2019-11-16 16:15:09 -05:00 committed by Kurt
parent 0716e50fd6
commit 6d61a97247

View file

@ -454,8 +454,8 @@ namespace PKHeX.Core
}
private static ushort[] LegalItems => Legal.Pouch_Items_GSC;
private static ushort[] LegalKeyItems => Legal.Pouch_Ball_GSC;
private ushort[] LegalBalls => Version == GameVersion.C ? Legal.Pouch_Key_C : Legal.Pouch_Key_GS;
private ushort[] LegalKeyItems => Version == GameVersion.C? Legal.Pouch_Key_C : Legal.Pouch_Key_GS;
private static ushort[] LegalBalls => Legal.Pouch_Ball_GSC;
private static ushort[] LegalTMHMs => Legal.Pouch_TMHM_GSC;
public override InventoryPouch[] Inventory