diff options
| author | LeonarthCG <angel.cantos.giron@gmail.com> | 2021-06-21 14:18:22 +0200 |
|---|---|---|
| committer | LeonarthCG <angel.cantos.giron@gmail.com> | 2021-06-21 14:18:22 +0200 |
| commit | ca7478dbbc82b5136eb6efac07b36911e514cbfe (patch) | |
| tree | 26a2ff32864250de56671a2231aa50d284eac4c7 | |
| parent | 59ca3b7be50dfd2c44b8dcc95fef583788fcc3ce (diff) | |
frozenFlower.c formatting
| -rw-r--r-- | src/object/frozenFlower.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/object/frozenFlower.c b/src/object/frozenFlower.c index a668506b..92118c4e 100644 --- a/src/object/frozenFlower.c +++ b/src/object/frozenFlower.c @@ -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) { } |
