mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-15 05:15:31 -05:00
@@ -22,7 +22,7 @@ public override void GetPouch(ReadOnlySpan<byte> data)
|
||||
items[i] = new InventoryItem
|
||||
{
|
||||
Index = ReadUInt16LittleEndian(entry),
|
||||
Count = ReadUInt16LittleEndian(entry[..2]) ^ (ushort) SecurityKey,
|
||||
Count = ReadUInt16LittleEndian(entry[2..]) ^ (ushort) SecurityKey,
|
||||
};
|
||||
}
|
||||
Items = items;
|
||||
|
||||
Reference in New Issue
Block a user