Go to the source code of this file.
Functions | |
void | floating_flower_init (EffectInstance *effect) |
void | floating_flower_update (EffectInstance *effect) |
void | floating_flower_render (EffectInstance *effect) |
void | floating_flower_appendGfx (void *effect) |
void | floating_flower_main (s32 type, f32 posX, f32 posY, f32 posZ, s32 duration) |
Variables | |
s32 | D_E001A610 = 0 |
Gfx | D_090002F0_330750 [] |
void floating_flower_init | ( | EffectInstance * | effect | ) |
void floating_flower_update | ( | EffectInstance * | effect | ) |
Definition at line 78 of file floating_flower.c.
Referenced by floating_flower_main().
void floating_flower_render | ( | EffectInstance * | effect | ) |
Definition at line 130 of file floating_flower.c.
Referenced by floating_flower_main().
void floating_flower_appendGfx | ( | void * | effect | ) |
Definition at line 143 of file floating_flower.c.
Referenced by floating_flower_render().
void floating_flower_main | ( | s32 | type, |
f32 | posX, | ||
f32 | posY, | ||
f32 | posZ, | ||
s32 | duration ) |
Definition at line 13 of file floating_flower.c.
s32 D_E001A610 = 0 |
Definition at line 4 of file floating_flower.c.
Referenced by floating_flower_main().
|
extern |
Referenced by floating_flower_appendGfx().