Hopefully fixed the water edge battle bug

This commit is contained in:
JappaWakka 2023-07-22 10:44:01 +02:00
parent ea558ae187
commit 7691d33a65
1 changed files with 2 additions and 1 deletions

View File

@ -130,11 +130,12 @@
Next
If canSurf = True Then
Screen.Level.PokemonEncounter.TryEncounterWildPokemon(Me.Position, Spawner.EncounterMethods.Surfing, "")
If CType(Screen.Camera, OverworldCamera)._debugWalk = False Then
Screen.Camera.Move(1)
End If
Screen.Level.PokemonEncounter.TryEncounterWildPokemon(Me.Position, Spawner.EncounterMethods.Surfing, "")
End If
End If
End Sub