/** * Determines the selected battle style. * - 'Switch' - The option to switch the active pokemon at the start of a battle will be displayed. * - 'Set' - The option to switch the active pokemon at the start of a battle will not display. */ export enum BattleStyle { SWITCH, SET }