Go to the source code of this file.
Macros | |
#define | METER_FILL_RATE 820 |
#define | GET_DRAIN_RATE(pct) PCT_TO_TABLE_RATE(N(DrainRateTable), pct) |
Enumerations | |
enum | { HIDX_BUTTON = 0 , HIDX_METER = 1 , HIDX_100_PCT = 2 } |
Functions | |
void N | update (void) |
void N | draw (void) |
void N | free (void) |
Variables | |
s32 | actionCmdTableAirLift [] |
#define METER_FILL_RATE 820 |
Definition at line 17 of file air_lift.c.
Referenced by update().
#define GET_DRAIN_RATE | ( | pct | ) | PCT_TO_TABLE_RATE(N(DrainRateTable), pct) |
Definition at line 21 of file air_lift.c.
Referenced by update().
Enumerator | |
---|---|
HIDX_BUTTON | |
HIDX_METER | |
HIDX_100_PCT |
Definition at line 10 of file air_lift.c.
Definition at line 107 of file air_lift.c.
Referenced by func_8004DCB8(), func_8004DE2C(), func_8004E0F4(), and func_80050970().
Definition at line 255 of file air_lift.c.
Definition at line 279 of file air_lift.c.
|
extern |
Definition at line 40 of file action_cmd.c.