Trying to add the star animation to successful capture
in: PokeBattle_Animations
def ballCaptureSuccess(ball,delay,ballX,ballY)
ball.setSE(delay,"Battle catch click")
pbStarAniCaptureSuccess(ballX,ballY)
ball.moveTone(delay,4,Tone.new(-64,-64,-64,128))
end
in: PField_Field...