Fix WB7 FixedPID

This commit is contained in:
Manu 2025-02-17 21:09:36 +01:00
parent fe1f9549a8
commit b2cccb5176

View File

@ -14,7 +14,7 @@ public class WB7 : Wondercard
private const int SIDOffset = 0x272;
private const int SpeciesOffset = 0x28A;
private const int ShinyTypeOffset = 0x2AB;
private const int PIDOffset = 0xD4;
private const int PIDOffset = 0x2DC;
private const int ChecksumOffset = 0x202;
public WB7(ReadOnlySpan<byte> data) : base(data)