Go to the source code of this file.
Macros | |
#define | METER_FILL_TICK 850 |
#define | GET_DRAIN_RATE(pct) (N(DrainRateTable)[((pct) / (ONE_PCT_MASH / 5))]) |
Enumerations | |
enum | { HIDX_BUTTON = 0 , HIDX_METER = 1 , HIDX_RUN_AWAY = 2 , HIDX_100_PCT = 3 , HIDX_OK = 4 } |
Functions | |
void N | update (void) |
void N | draw (void) |
void N | free (void) |
Variables | |
s32 | actionCmdTablePowerShock [] |
#define METER_FILL_TICK 850 |
Definition at line 29 of file power_shock.c.
Referenced by update().
#define GET_DRAIN_RATE | ( | pct | ) | (N(DrainRateTable)[((pct) / (ONE_PCT_MASH / 5))]) |
Definition at line 33 of file power_shock.c.
Referenced by update().
anonymous enum |
Enumerator | |
---|---|
HIDX_BUTTON | |
HIDX_METER | |
HIDX_RUN_AWAY | |
HIDX_100_PCT | |
HIDX_OK |
Definition at line 20 of file power_shock.c.
void N update | ( | void | ) |
Definition at line 126 of file power_shock.c.
void N draw | ( | void | ) |
Definition at line 305 of file power_shock.c.
void N free | ( | void | ) |
Definition at line 331 of file power_shock.c.
|
extern |
Definition at line 43 of file action_cmd.c.