mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-07-28 08:27:23 -05:00
Add constant sizes for easy reference in code
This commit is contained in:
parent
2e5f447dce
commit
f3374aee10
|
|
@ -7,6 +7,9 @@ namespace PKHeX
|
|||
{
|
||||
public class PK6 : PKX
|
||||
{
|
||||
internal static readonly int SIZE_PARTY = 0x104;
|
||||
internal static readonly int SIZE_STORED = 0xE8;
|
||||
|
||||
public PK6(byte[] pkx, string ident = null)
|
||||
{
|
||||
Data = (byte[])pkx.Clone();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user