Go to the source code of this file.
Data Structures | |
struct | TattleAnimFrame |
Functions | |
void | tattle_window_init (EffectInstance *effect) |
void | tattle_window_update (EffectInstance *effect) |
void | tattle_window_render (EffectInstance *effect) |
void | func_E00D8264 (EffectInstance *effect) |
void | func_E00D8630 (EffectInstance *effect) |
EffectInstance * | tattle_window_main (s32 type, f32 x, f32 y, f32 z, f32 arg4, s32 duration) |
void | func_E00D8280 (void) |
void | tattle_window_fill_clipped_quad (s32 l, s32 t, s32 r, s32 b) |
void | func_E00D8334 (TattleWindowFXData *data, s32 left, s32 top, s32 right, s32 bottom) |
Variables | |
u8 | D_09000000_3D7040 [] |
WindowStyleCustom | TattleWindowStyle |
TattleAnimFrame | TattleWindowAnimation [] |
void tattle_window_init | ( | EffectInstance * | effect | ) |
void tattle_window_update | ( | EffectInstance * | effect | ) |
Definition at line 106 of file tattle_window.c.
Referenced by tattle_window_main().
void tattle_window_render | ( | EffectInstance * | effect | ) |
void func_E00D8264 | ( | EffectInstance * | effect | ) |
Definition at line 154 of file tattle_window.c.
Referenced by tattle_window_main().
void func_E00D8630 | ( | EffectInstance * | effect | ) |
Definition at line 224 of file tattle_window.c.
Referenced by func_E00D8264().
EffectInstance * tattle_window_main | ( | s32 | type, |
f32 | x, | ||
f32 | y, | ||
f32 | z, | ||
f32 | arg4, | ||
s32 | duration ) |
Definition at line 61 of file tattle_window.c.
void func_E00D8280 | ( | void | ) |
Definition at line 158 of file tattle_window.c.
void tattle_window_fill_clipped_quad | ( | s32 | l, |
s32 | t, | ||
s32 | r, | ||
s32 | b ) |
Definition at line 161 of file tattle_window.c.
Referenced by func_E00D8334().
void func_E00D8334 | ( | TattleWindowFXData * | data, |
s32 | left, | ||
s32 | top, | ||
s32 | right, | ||
s32 | bottom ) |
Definition at line 191 of file tattle_window.c.
Referenced by func_E00D8630().
|
extern |
WindowStyleCustom TattleWindowStyle |
Definition at line 12 of file tattle_window.c.
Referenced by func_E00D8630().
TattleAnimFrame TattleWindowAnimation[] |
Definition at line 35 of file tattle_window.c.
Referenced by tattle_window_update().