mirror of
https://github.com/Manu098vm/Switch-Gift-Data-Manager.git
synced 2026-07-11 15:26:29 -05:00
Fix WB7 FixedPID
This commit is contained in:
parent
fe1f9549a8
commit
b2cccb5176
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user