Go to the source code of this file.
Functions | |
void | flower_splash_init (EffectInstance *effect) |
void | flower_splash_update (EffectInstance *effect) |
void | flower_splash_render (EffectInstance *effect) |
void | flower_splash_appendGfx (void *effect) |
void | flower_splash_update_part_transform (FlowerFXData *effect) |
void | flower_splash_update_part (FlowerFXData *effect) |
void | flower_splash_main (f32 posX, f32 posY, f32 posZ, f32 angle) |
void | flower_splash_dispose (EffectInstance *effect) |
Variables | |
Gfx | D_09000E08_32DCC8 [] |
void flower_splash_init | ( | EffectInstance * | effect | ) |
void flower_splash_update | ( | EffectInstance * | effect | ) |
Definition at line 105 of file flower_splash.c.
Referenced by flower_splash_main().
void flower_splash_render | ( | EffectInstance * | effect | ) |
Definition at line 128 of file flower_splash.c.
Referenced by flower_splash_main().
void flower_splash_appendGfx | ( | void * | effect | ) |
Definition at line 145 of file flower_splash.c.
Referenced by flower_splash_render().
void flower_splash_update_part_transform | ( | FlowerFXData * | effect | ) |
Definition at line 11 of file flower_splash.c.
Referenced by flower_splash_update().
void flower_splash_update_part | ( | FlowerFXData * | effect | ) |
Definition at line 27 of file flower_splash.c.
Referenced by flower_splash_update().
void flower_splash_main | ( | f32 | posX, |
f32 | posY, | ||
f32 | posZ, | ||
f32 | angle ) |
Definition at line 46 of file flower_splash.c.
void flower_splash_dispose | ( | EffectInstance * | effect | ) |
Definition at line 141 of file flower_splash.c.
|
extern |
Referenced by flower_splash_appendGfx().