Add some missing sizeof usage for SpriteSheets

This commit is contained in:
GriffinR
2023-01-24 17:02:17 -05:00
parent 10230799d3
commit f4cb6d229f
8 changed files with 46 additions and 37 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ static const union AffineAnimCmd *const sRotatingBallAnimCmds_FullRotation[] =
static const struct SpriteSheet sRotatingBallTable =
{
sRotatingBall_Gfx, 0x80, TAG_ROTATING_BALL_GFX
sRotatingBall_Gfx, sizeof(sRotatingBall_Gfx), TAG_ROTATING_BALL_GFX
};
static const struct SpritePalette sRotatingBallPaletteTable =