Go to the source code of this file.
◆ stars_orbiting_init()
◆ stars_orbiting_update()
Definition at line 72 of file stars_orbiting.c.
72 {
75 s32 i;
76
79 part->orbitRadius += (
part->targetRadius -
part->orbitRadius) * 0.1;
80 radius =
part->orbitRadius;
81
90 if (
part->yaw > 360) {
92 }
93 }
94 }
95}
BSS s32 PopupMenu_SelectedIndex
struct StarsOrbitingFXData * starsOrbiting
EffectInstanceDataPtr data
Referenced by stars_orbiting_main().
◆ stars_orbiting_render()
◆ func_E005E318()
◆ func_E005E334()
Definition at line 104 of file stars_orbiting.c.
104 {
109 s32 i;
110
114
118
123
126
133
137 }
138
140 }
141}
#define VIRTUAL_TO_PHYSICAL(addr)
DisplayContext * gDisplayContext
Referenced by func_E005E318().
◆ stars_orbiting_main()
Definition at line 16 of file stars_orbiting.c.
24 {
28 s32 i;
29
31
38
43
45
50 part->orbitRadius = 0;
52 part->targetRadius = radius;
54
61 part->rollSpinRate = 20.0f;
64 }
65
67}
#define general_heap_malloc
#define create_effect_instance
#define ASSERT(condition)
void stars_orbiting_render(EffectInstance *effect)
void stars_orbiting_update(EffectInstance *effect)
void func_E005E318(EffectInstance *effect)
void stars_orbiting_init(EffectInstance *effect)
◆ D_09000440_363090
◆ D_090004F0_363140
◆ D_E005E670
◆ D_E005E674