mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-06 05:27:14 -05:00
Update MyItem8a.cs
This commit is contained in:
parent
b7a00ca869
commit
5c33245221
|
|
@ -19,7 +19,7 @@ public override IReadOnlyList<InventoryPouch> Inventory
|
|||
{
|
||||
var access = ((SAV8LA)SAV).Accessor;
|
||||
var satchel = (uint)access.GetBlock(SaveBlockAccessor8LA.KSatchelUpgrades).GetValue();
|
||||
var regularSize = (int)Math.Min(675, satchel);
|
||||
var regularSize = (int)Math.Min(675, satchel + 20);
|
||||
|
||||
var regular = new InventoryPouch8a(InventoryType.Items, Legal.Pouch_Items_LA , 999, regularSize);
|
||||
var key = new InventoryPouch8a(InventoryType.KeyItems, Legal.Pouch_Key_LA , 1, 100);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user