check for newer version + small bugFixes

This commit is contained in:
infinitefusion
2023-04-15 09:54:20 -04:00
parent 3b6d636e72
commit 895952ffe5
21 changed files with 60 additions and 11 deletions

View File

@@ -782,7 +782,7 @@ end
def pbEndSurf(_xOffset, _yOffset)
return false if !$PokemonGlobal.surfing
return false if !$PokemonGlobal.diving
return false if $PokemonGlobal.diving
x = $game_player.x
y = $game_player.y
@@ -796,6 +796,7 @@ def pbEndSurf(_xOffset, _yOffset)
end
$PokemonTemp.surfJump = nil
return true
end
return false
end