decompile object31 (frozenFlower)

This commit is contained in:
LeonarthCG
2021-06-21 11:01:34 +02:00
parent 7abb984cc6
commit 59ca3b7be5
5 changed files with 25 additions and 47 deletions
+21
View File
@@ -0,0 +1,21 @@
#include "global.h"
#include "entity.h"
extern void (*const gUnk_0812119C[])(Entity*);
void FrozenFlower(Entity* this)
{
gUnk_0812119C[this->action](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)
{
}