Sync battle anim - electric

This commit is contained in:
GriffinR
2022-08-16 14:35:37 -04:00
parent 0c74385de7
commit ba6bb34226
4 changed files with 86 additions and 78 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ static void SetCallbackToStoredInData6(struct Sprite *sprite)
// x = a * sin(theta0 + dtheta * t)
// y = a * cos(theta0 + dtheta * t)
void TranslateSpriteInCircleOverDuration(struct Sprite *sprite)
void TranslateSpriteInCircle(struct Sprite *sprite)
{
if (sprite->data[3])
{