diff --git a/Misc/PK6.cs b/Misc/PK6.cs index 3abd44266..f15accd2c 100644 --- a/Misc/PK6.cs +++ b/Misc/PK6.cs @@ -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();