Make Shift the default Battle Style

This commit is contained in:
JappaWakka 2025-04-20 18:22:27 +02:00
parent 3318e02c67
commit f8d50ed35a

View File

@ -401,7 +401,7 @@
Public BoxAmount As Integer = 10
Public DiagonalMovement As Boolean = False
Public DifficultyMode As Integer = 0
Public BattleStyle As Integer = 1
Public BattleStyle As Integer = 0
Public ShowModelsInBattle As Boolean = True
Public TempSurfSkin As String = "Hilbert"
Public TempRideSkin As String = ""
@ -2207,7 +2207,7 @@
DiagonalMovement = False
RepelSteps = 0
DifficultyMode = 0
BattleStyle = 1
BattleStyle = 0
ShowModelsInBattle = True
SaveCreated = "Pre 0.21"
LastPokemonPosition = New Vector3(999)