Go to the source code of this file.
◆ balloon_init()
◆ balloon_update()
Definition at line 55 of file balloon.c.
55 {
57
60
63 return;
64 }
65
69 }
71}
struct BalloonFXData * balloon
Referenced by balloon_main().
◆ balloon_render()
Definition at line 73 of file balloon.c.
73 {
76
81
84}
void balloon_appendGfx(void *effect)
#define queue_render_task
@ RENDER_TASK_FLAG_REFLECT_FLOOR
@ RENDER_MODE_SURFACE_OPA
void(* appendGfx)(void *)
Referenced by balloon_main().
◆ balloon_appendGfx()
void balloon_appendGfx |
( |
void * | effect | ) |
|
Definition at line 86 of file balloon.c.
86 {
91
94
101
103 G_MTX_PUSH | G_MTX_MUL | G_MTX_MODELVIEW);
108}
#define VIRTUAL_TO_PHYSICAL(addr)
DisplayContext * gDisplayContext
Referenced by balloon_render().
◆ balloon_main()
EffectInstance * balloon_main |
( |
s32 | arg0, |
|
|
f32 | arg1, |
|
|
f32 | arg2, |
|
|
f32 | arg3, |
|
|
f32 | arg4, |
|
|
s32 | arg5 ) |
Definition at line 16 of file balloon.c.
16 {
21 s32 numParts = 1;
22
29
32
35 part = data;
36
38
48
49 return effect;
50}
void balloon_render(EffectInstance *effect)
void balloon_update(EffectInstance *effect)
void balloon_init(EffectInstance *effect)
#define general_heap_malloc
#define create_effect_instance
#define ASSERT(condition)
void(* renderUI)(EffectInstance *effectInst)
void(* init)(EffectInstance *effectInst)
void(* update)(EffectInstance *effectInst)
void(* renderWorld)(EffectInstance *effectInst)
◆ D_09001280_3958F0
◆ D_09001358_3959C8
◆ D_09001430_395AA0
◆ D_09001508_395B78
◆ D_E00963E0