Sync battle anim - effects 2

This commit is contained in:
GriffinR
2022-08-16 13:54:37 -04:00
parent b15305378a
commit bcab96fb86
6 changed files with 180 additions and 168 deletions
+1 -1
View File
@@ -462,7 +462,7 @@ static void TranslateSpriteInLissajousCurveOverDuration(struct Sprite *sprite)
// x = a * sin(theta0 + dtheta * t)
// y = b * cos(theta0 + dtheta * t)
void TranslateSpriteInEllipseOverDuration(struct Sprite *sprite)
void TranslateSpriteInEllipse(struct Sprite *sprite)
{
if (sprite->data[3])
{