Misc tidying

This commit is contained in:
Maruno17
2022-04-20 22:29:13 +01:00
parent d3b61a64ef
commit 77f9547687
2 changed files with 3 additions and 208 deletions

View File

@@ -347,11 +347,11 @@ class Battle::Scene
return if @battle.opponent
@briefMessage = false
pbMEPlay(pbGetWildCaptureME)
i = 0
timer = 0.0
loop do
pbUpdate
break if i >= Graphics.frame_rate * 3.5 # 3.5 seconds
i += 1
timer += Graphics.delta_s
break if timer >= 3.5
end
pbMEStop
end