mirror of
https://github.com/Manu098vm/Switch-Gift-Data-Manager.git
synced 2026-08-27 13:24:00 -05:00
Fix WB7 FixedPID
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user