Go to the source code of this file.
Data Structures | |
struct | UnkBulbGlow |
Macros | |
#define | TMEM_ADDR(x) (x / sizeof(u64)) |
Functions | |
void | bulb_glow_init (EffectInstance *effect) |
void | bulb_glow_update (EffectInstance *effect) |
void | bulb_glow_render (EffectInstance *effect) |
void | bulb_glow_appendGfx (void *effect) |
void | bulb_glow_main (s32 arg0, f32 posX, f32 posY, f32 posZ, f32 arg4, EffectInstance **outEffect) |
void | func_E0078274 (void) |
Variables | |
Gfx | D_09001400_37C1D0 [] |
Gfx | D_090014B8_37C288 [] |
Gfx | D_09001570_37C340 [] |
Gfx | D_09001618_37C3E8 [] |
Gfx | D_090016C0_37C490 [] |
Gfx * | D_E0078900 [] |
UnkBulbGlow | D_E0078918 [] |
s32 | D_E00789A8 = 0 |
Color_RGB8 | D_E00789AC [] |
#define TMEM_ADDR | ( | x | ) | (x / sizeof(u64)) |
Definition at line 154 of file bulb_glow.c.
Referenced by bulb_glow_appendGfx().
void bulb_glow_init | ( | EffectInstance * | effect | ) |
void bulb_glow_update | ( | EffectInstance * | effect | ) |
Definition at line 93 of file bulb_glow.c.
Referenced by bulb_glow_main().
void bulb_glow_render | ( | EffectInstance * | effect | ) |
Definition at line 131 of file bulb_glow.c.
Referenced by bulb_glow_main().
void bulb_glow_appendGfx | ( | void * | effect | ) |
Definition at line 156 of file bulb_glow.c.
Referenced by bulb_glow_render().
void bulb_glow_main | ( | s32 | arg0, |
f32 | posX, | ||
f32 | posY, | ||
f32 | posZ, | ||
f32 | arg4, | ||
EffectInstance ** | outEffect ) |
Definition at line 50 of file bulb_glow.c.
Referenced by lightning_main().
void func_E0078274 | ( | void | ) |
Definition at line 151 of file bulb_glow.c.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
Gfx* D_E0078900[] |
Definition at line 20 of file bulb_glow.c.
Referenced by bulb_glow_appendGfx().
UnkBulbGlow D_E0078918[] |
Definition at line 24 of file bulb_glow.c.
Referenced by bulb_glow_appendGfx().
s32 D_E00789A8 = 0 |
Definition at line 33 of file bulb_glow.c.
Referenced by bulb_glow_main().
Color_RGB8 D_E00789AC[] |
Definition at line 35 of file bulb_glow.c.
Referenced by bulb_glow_appendGfx().