Go to the source code of this file.
Functions | |
void | flower_trail_init (EffectInstance *effect) |
void | flower_trail_update (EffectInstance *effect) |
void | flower_trail_render (EffectInstance *effect) |
void | flower_trail_appendGfx (void *effect) |
void | flower_trail_update_part_transform (FlowerFXData *effect) |
void | flower_trail_update_part (FlowerFXData *effect) |
void | flower_trail_main (s32 triggeredByNpc, f32 posX, f32 posY, f32 posZ, f32 angle, f32 direction) |
void | flower_trail_dispose (EffectInstance *effect) |
Variables | |
Gfx | D_09000E20_32DCE0 [] |
Gfx | D_09000E38_32DCF8 [] |
void flower_trail_init | ( | EffectInstance * | effect | ) |
void flower_trail_update | ( | EffectInstance * | effect | ) |
Definition at line 121 of file flower_trail.c.
Referenced by flower_trail_main().
void flower_trail_render | ( | EffectInstance * | effect | ) |
Definition at line 144 of file flower_trail.c.
Referenced by flower_trail_main().
void flower_trail_appendGfx | ( | void * | effect | ) |
Definition at line 161 of file flower_trail.c.
Referenced by flower_trail_render().
void flower_trail_update_part_transform | ( | FlowerFXData * | effect | ) |
Definition at line 12 of file flower_trail.c.
Referenced by flower_trail_update().
void flower_trail_update_part | ( | FlowerFXData * | effect | ) |
Definition at line 28 of file flower_trail.c.
Referenced by flower_trail_update().
void flower_trail_main | ( | s32 | triggeredByNpc, |
f32 | posX, | ||
f32 | posY, | ||
f32 | posZ, | ||
f32 | angle, | ||
f32 | direction ) |
Definition at line 47 of file flower_trail.c.
void flower_trail_dispose | ( | EffectInstance * | effect | ) |
Definition at line 157 of file flower_trail.c.
|
extern |
Referenced by flower_trail_appendGfx().
|
extern |
Referenced by flower_trail_appendGfx().