namespace PKHeX.Core { public enum TextSpeedOption : uint { Slow = 0, Normal = 1, Fast = 2, Instant = 3, // Any other value, really. } }