Fixes crash when sending bait in safari zone

This commit is contained in:
infinitefusion
2023-07-09 16:04:54 -04:00
parent 172180790b
commit 172797184e
6 changed files with 1 additions and 1 deletions

View File

@@ -150,7 +150,7 @@ class ThrowBaitAnimation < PokeBattle_Animation
# Show Pokémon jumping before eating the bait
delay = ball.totalDuration+3
2.times do
battler.setSE(delay,"player jump")
battler.setSE(delay,"Player jump")
battler.moveDelta(delay,3,0,-16)
battler.moveDelta(delay+4,3,0,16)
delay = battler.totalDuration+1