Skip to content

Commit

Permalink
fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
macabeus committed Jan 31, 2025
1 parent d6288fb commit 6e23099
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/game/enemies/marun.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ void Task_8063858(void)
sprite->anim = gUnknown_080D210C[2].anim;
sprite->variant = gUnknown_080D210C[2].variant;
sprite->prevVariant = 0xFF;
sprite->frameFlags
|= SPRITE_FLAG(ROT_SCALE_ENABLE, 1) | SPRITE_FLAG(ROT_SCALE_DOUBLE_SIZE, 1) | SPRITE_FLAG(ROT_SCALE, 10);
sprite->frameFlags |= SPRITE_FLAG(ROT_SCALE_ENABLE, 1) | SPRITE_FLAG(ROT_SCALE_DOUBLE_SIZE, 1) | SPRITE_FLAG(ROT_SCALE, 10);

enemy->qPos.x -= Q(16);

Expand Down

0 comments on commit 6e23099

Please sign in to comment.