Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
MashCommandDraw.inc.c File Reference

Go to the source code of this file.

Functions

void N draw (void)
 

Function Documentation

◆ draw()

void N draw ( void )

Definition at line 3 of file MashCommandDraw.inc.c.

3 {
5 s32 hudX, hudY;
6 HudElemID hid;
7
9
10 hid = acs->hudElemIDs[1];
12 hud_element_get_render_pos(hid, &hudX, &hudY);
13
14 if (!acs->isMeterFilled) {
16 } else {
18 }
19
21}
BSS ActionCommandStatus gActionCommandStatus
Definition action_cmd.c:91
void draw_mash_meter_multicolor(s32 posX, s32 posY, s32 fillValue)
Definition action_cmd.c:226
void draw_mash_meter_blink(s32 posX, s32 posY, s32 fillValue)
Definition action_cmd.c:246
HudElemID hudElemIDs[16]
Definition action_cmd.h:83
#define ONE_PCT_MASH
Definition action_cmd.h:69
s32 HudElemID
void hud_element_get_render_pos(s32 id, s32 *x, s32 *y)
void hud_element_draw_clipped(s32 id)