mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 06:20:25 +00:00
parent
42fd9124a6
commit
1992f36c5b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ namespace PKHeX.Core
|
|||
items[i] = new InventoryItem
|
||||
{
|
||||
Index = ReadUInt16LittleEndian(entry),
|
||||
Count = ReadUInt16LittleEndian(entry[..2]) ^ (ushort) SecurityKey,
|
||||
Count = ReadUInt16LittleEndian(entry[2..]) ^ (ushort) SecurityKey,
|
||||
};
|
||||
}
|
||||
Items = items;
|
||||
|
|
Loading…
Reference in a new issue