mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-03-21 17:48:28 -05:00
Update SAV4.cs
This commit is contained in:
parent
94ad477703
commit
b1dbc6a82b
|
|
@ -238,10 +238,10 @@ private int GetActiveExtraBlock(BlockInfo4 block)
|
|||
private int OFS_Backdrop => FashionCase + 0x28;
|
||||
|
||||
protected int OFS_Chatter = int.MinValue;
|
||||
public Chatter4 Chatter => new(this, Buffer[OFS_Chatter..]);
|
||||
public Chatter4 Chatter => new(this, GeneralBuffer[OFS_Chatter..]);
|
||||
|
||||
protected int OFS_Record = int.MinValue;
|
||||
public Record4 Records => new(this, Buffer.Slice(OFS_Record, Record4.GetSize(this)));
|
||||
public Record4 Records => new(this, GeneralBuffer.Slice(OFS_Record, Record4.GetSize(this)));
|
||||
|
||||
protected int OFS_Groups = int.MinValue;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user