frozenFlower.c formatting

This commit is contained in:
LeonarthCG 2021-06-21 14:18:22 +02:00
parent 59ca3b7be5
commit ca7478dbbc
1 changed files with 3 additions and 6 deletions

View File

@ -3,19 +3,16 @@
extern void (*const gUnk_0812119C[])(Entity*);
void FrozenFlower(Entity* this)
{
void FrozenFlower(Entity* this) {
gUnk_0812119C[this->action](this);
}
void sub_0808A9DC(Entity* this)
{
void sub_0808A9DC(Entity* this) {
this->action = 1;
this->frameIndex = this->type;
this->spriteRendering.b3 = 3;
this->spritePriority.b0 = 7;
}
void nullsub_519(Entity* this)
{
void nullsub_519(Entity* this) {
}