mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
check for newer version + small bugFixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user