namespace PKHeX.Core; public enum HomeGameDataFormat : byte { None = 0, PB7 = 1, PK8 = 2, PA8 = 3, PB8 = 4, }