mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Hopefully fixed the water edge battle bug
This commit is contained in:
parent
ea558ae187
commit
7691d33a65
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user