71 part->finalVelX = 0.0f;
72 part->finalVelY = 1.0f;
78 part->finalVelX = 0.0f;
79 part->finalVelY = 0.0f;
85 part->finalVelX = 0.0f;
86 part->finalVelY = 0.0f;
100 timeLeft =
part->timeLeft;
106 part->alpha += (255 -
part->alpha) * 0.3;
107 part->scale += (1.0f -
part->scale) * 0.3;
110 part->alpha = timeLeft * 25;
BSS s32 PopupMenu_SelectedIndex
#define general_heap_malloc
#define queue_render_task
#define create_effect_instance
EffectInstanceDataPtr data
struct MusicNoteFXData * musicNote
#define ASSERT(condition)
@ RENDER_TASK_FLAG_REFLECT_FLOOR
@ RENDER_MODE_CLOUD_NO_ZCMP
void music_note_init(EffectInstance *effect)
void music_note_update(EffectInstance *effect)
void music_note_render(EffectInstance *effect)
void music_note_appendGfx(void *effect)
void music_note_main(s32 type, f32 posX, f32 posY, f32 posZ)
#define VIRTUAL_TO_PHYSICAL(addr)
void(* appendGfx)(void *)
DisplayContext * gDisplayContext