mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 00:07:15 +00:00
Add balls to g3 pcitems
This commit is contained in:
parent
8afcbff4a0
commit
38e173a36f
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ namespace PKHeX.Core
|
|||
get
|
||||
{
|
||||
int max = Version == GameVersion.FRLG ? 995 : 95;
|
||||
var PCItems = new [] {LegalItems, LegalKeyItems, LegalKeyItems, LegalTMHMs, LegalBerries}.SelectMany(a => a).ToArray();
|
||||
var PCItems = new [] {LegalItems, LegalKeyItems, LegalKeyItems, LegalBalls, LegalTMHMs, LegalBerries}.SelectMany(a => a).ToArray();
|
||||
InventoryPouch[] pouch =
|
||||
{
|
||||
new InventoryPouch(InventoryType.Items, LegalItems, max, OFS_PouchHeldItem, (OFS_PouchKeyItem - OFS_PouchHeldItem)/4),
|
||||
|
|
Loading…
Reference in a new issue