#===============================================================================
# Elite Battle System (settings)
#===============================================================================
# Selects which UI you want to show
# [If you're using the BW kit, it is recommended to go with style 0 as the other
# styles are not fully adapted for best use.]
#
# 0 - Default Essentials UI
# 1 - Elite Battle UI
# 2 - Next Gen UI
EBUISTYLE = 2
# Toggle to show the Pokeball-styled team preview
SHOWPARTYARROWS = true
# Waiting period (in seconds) before battle "camera" starts moving
BATTLEMOTIONTIMER = 30
#-------------------------------------------------------------------------------
[B][I][U]# Various config constants used for sprite scaling
# used to scale the trainer bitmaps to 200%
TRAINERSPRITESCALE = 2[/U][/I][/B]
# used to scale the Pokemon bitmaps to 200%
POKEMONSPRITESCALE = 2
# used to scale the backsprite for battle perspective (200%)
BACKSPRITESCALE = 2