Go to the source code of this file.
◆ METER_FILL_TICK
#define METER_FILL_TICK 100 |
◆ anonymous enum
Enumerator |
---|
HIDX_BUTTON | |
HIDX_METER | |
Definition at line 14 of file stop_leech.c.
◆ update()
Definition at line 86 of file stop_leech.c.
86 {
90
97 }
103 }
105 break;
111 }
114 break;
119 break;
120 }
125
126
129
130
134 }
135 } else {
138 }
140
141
144 }
145
150 break;
151 }
153 break;
157 break;
158 }
162 default:
163 break;
164 }
165}
BSS ActionCommandStatus gActionCommandStatus
void action_command_free(void)
#define SCALE_BY_PCT(x, pct)
HudScript HES_MashAButton
void btl_set_popup_duration(s32 duration)
void hud_element_set_alpha(s32 id, s32 opacity)
void hud_element_set_script(s32 id, HudScript *anim)
void hud_element_set_render_pos(s32 id, s32 x, s32 y)
void hud_element_clear_flags(s32 id, s32 flags)
Turns off the given flags.
@ HUD_ELEMENT_FLAG_DISABLED
s32 * actionCmdDifficultyTable
BattleStatus gBattleStatus
◆ draw()
Definition at line 167 of file stop_leech.c.
167 {
169 s32 hudX, hudY;
171
174 }
175
180}
void draw_mash_meter_multicolor_with_divisor(s32 posX, s32 posY, s32 fillValue, s32 divisor)
void hud_element_get_render_pos(s32 id, s32 *x, s32 *y)
void hud_element_draw_clipped(s32 id)
◆ free()
Definition at line 182 of file stop_leech.c.
182 {
185}
void hud_element_free(s32 id)
◆ actionCmdTableStopLeech
s32 actionCmdTableStopLeech[] |
|
extern |
Definition at line 33 of file action_cmd.c.
33{ 130, 120, 110, 100, 90, 80, 70, 60 };