Go to the source code of this file.
|
IMG_BIN | D_09000000_345B40 [][0x1000] |
|
IMG_BIN | D_09004000_349B40 [][0x1000] |
|
Gfx | D_09008100_34DC40 [] |
|
Gfx | D_09008170_34DCB0 [] |
|
Gfx | D_09008190_34DCD0 [] |
|
Gfx | D_090081A8_34DCE8 [] |
|
Gfx | D_090081C0_34DD00 [] |
|
Gfx * | D_E0036630 [] |
|
u8 | AnimScaleIn [] = { 60, 120, 140, 147, 149, 150 } |
|
u8 | AnimScaleOut [] = { 150, 150, 150, 150, 150, 150 } |
|
◆ got_item_outline_init()
◆ got_item_outline_update()
Definition at line 63 of file got_item_outline.c.
63 {
65 s32 time;
66
71 return;
72 }
73 }
74
77
81 } else {
82 if (time < 7) {
84 } else {
86 }
87
88 if (time >= 7) {
90 }
91 }
92}
EffectInstanceDataPtr data
struct GotItemOutlineFXData * gotItemOutline
Referenced by got_item_outline_main().
◆ got_item_outline_render()
Definition at line 94 of file got_item_outline.c.
94 {
97
102
105}
BSS s32 PopupMenu_SelectedIndex
#define queue_render_task
@ RENDER_TASK_FLAG_REFLECT_FLOOR
@ RENDER_MODE_CLOUD_NO_ZCMP
void got_item_outline_appendGfx(void *effect)
void(* appendGfx)(void *)
Referenced by got_item_outline_main().
◆ got_item_outline_appendGfx()
void got_item_outline_appendGfx |
( |
void * | effect | ) |
|
Definition at line 110 of file got_item_outline.c.
110 {
112 s32 type = data->
type;
116 s32 i;
117
118 if (scale != 0.0f) {
122
123 if (type == 0) {
126 } else {
129 }
130
136
137 scale *= 0.6;
138
142
144
145 for (i = 0; i < 4; i++) {
147
148 if (type == 0) {
150 } else {
152 }
153
166 }
167
170 }
171}
IMG_BIN D_09000000_345B40[][0x1000]
IMG_BIN D_09004000_349B40[][0x1000]
#define VIRTUAL_TO_PHYSICAL(addr)
DisplayContext * gDisplayContext
Referenced by got_item_outline_render().
◆ got_item_outline_main()
Definition at line 24 of file got_item_outline.c.
31 {
35 s32 numParts = 1;
36
43
48
56
58}
#define general_heap_malloc
#define create_effect_instance
#define ASSERT(condition)
void got_item_outline_render(EffectInstance *effect)
void got_item_outline_init(EffectInstance *effect)
void got_item_outline_update(EffectInstance *effect)
◆ func_E003621C()
◆ D_09000000_345B40
IMG_BIN D_09000000_345B40[][0x1000] |
|
extern |
◆ D_09004000_349B40
IMG_BIN D_09004000_349B40[][0x1000] |
|
extern |
◆ D_09008100_34DC40
◆ D_09008170_34DCB0
◆ D_09008190_34DCD0
◆ D_090081A8_34DCE8
◆ D_090081C0_34DD00
◆ D_E0036630
◆ AnimScaleIn
u8 AnimScaleIn[] = { 60, 120, 140, 147, 149, 150 } |
◆ AnimScaleOut
u8 AnimScaleOut[] = { 150, 150, 150, 150, 150, 150 } |