def pbThrowSuccess
if !@battle.opponent
@briefmessage=false
pbMEPlay("Capture and Evolution")
pbWait(160)
pbMEPlay("Wild Victory")
frames=(3.5*Graphics.frame_rate).to_i
frames.times do
pbGraphicsUpdate
pbInputUpdate
pbFrameUpdate
end
end
end