using System; namespace PKHeX.Core; /// /// Flags to tweak behavior of the sprite builder for the destination display. /// [Flags] public enum SpriteBuilderTweak { None = 0, BoxBackgroundRed = 1, }