Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ElwinBran committed Jul 2, 2024
1 parent acccc65 commit 9393a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tileset_anims.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ void InitTilesetAnim_General(void)
sPrimaryTilesetAnimCallback = TilesetAnim_General;
}

static void TilesetAnim_General(u16 timer)
static void TilesetAnim_Lava(u16 timer)
{
if (timer % 8 == 0)
QueueAnimTiles_Lava_Flow(timer / 8);
Expand Down

0 comments on commit 9393a9b

Please sign in to comment.