Fixes transfer Surfing

This commit is contained in:
infinitefusion
2022-07-21 10:18:58 -04:00
parent 9ce8b92fbd
commit d3a7454930
16 changed files with 3 additions and 0 deletions

View File

@@ -781,6 +781,9 @@ def pbTransferSurfing(mapid, xcoord, ycoord, direction = $game_player.direction)
$game_map.autoplay
$game_map.refresh
}
$PokemonGlobal.surfing = true
$PokemonGlobal.diving = false
pbUpdateVehicle
end
Events.onAction += proc { |_sender, _e|