Go to the source code of this file.
Macros | |
| #define | HUFF_FILL_TICK 500 |
| #define | BUZZAR_FILL_TICK 600 |
| #define | GET_DRAIN_RATE_HUFF(pct) (N(DrainRateTable0)[((pct) / (ONE_PCT_MASH / 5))]) |
| #define | GET_DRAIN_RATE_BUZZAR(pct) (N(DrainRateTable1)[((pct) / (ONE_PCT_MASH / 10))]) |
Enumerations | |
| enum | { HIDX_BUTTON = 0 , HIDX_METER = 1 , HIDX_DIGIT = 2 , HIDX_BUBBLE = 3 } |
| #define HUFF_FILL_TICK 500 |
Definition at line 19 of file whirlwind.c.
Referenced by update().
| #define BUZZAR_FILL_TICK 600 |
Definition at line 20 of file whirlwind.c.
Referenced by update().
| #define GET_DRAIN_RATE_HUFF | ( | pct | ) | (N(DrainRateTable0)[((pct) / (ONE_PCT_MASH / 5))]) |
Definition at line 61 of file whirlwind.c.
Referenced by update().
| #define GET_DRAIN_RATE_BUZZAR | ( | pct | ) | (N(DrainRateTable1)[((pct) / (ONE_PCT_MASH / 10))]) |
Definition at line 62 of file whirlwind.c.
Referenced by update().
| Enumerator | |
|---|---|
| HIDX_BUTTON | |
| HIDX_METER | |
| HIDX_DIGIT | |
| HIDX_BUBBLE | |
Definition at line 11 of file whirlwind.c.
| INCLUDE_IMG | ( | "battle/action_cmd/whirlwind_1.png" | , |
| battle_action_cmd_whirlwind_1_png | ) |
| INCLUDE_PAL | ( | "battle/action_cmd/whirlwind_1.pal" | , |
| battle_action_cmd_whirlwind_1_pal | ) |
| INCLUDE_IMG | ( | "battle/action_cmd/whirlwind_2.png" | , |
| battle_action_cmd_whirlwind_2_png | ) |
| INCLUDE_PAL | ( | "battle/action_cmd/whirlwind_2.pal" | , |
| battle_action_cmd_whirlwind_2_pal | ) |
| INCLUDE_IMG | ( | "battle/action_cmd/whirlwind_3.png" | , |
| battle_action_cmd_whirlwind_3_png | ) |
| INCLUDE_PAL | ( | "battle/action_cmd/whirlwind_3.pal" | , |
| battle_action_cmd_whirlwind_3_pal | ) |
| INCLUDE_IMG | ( | "battle/action_cmd/whirlwind_4.png" | , |
| battle_action_cmd_whirlwind_4_png | ) |
| INCLUDE_PAL | ( | "battle/action_cmd/whirlwind_4.pal" | , |
| battle_action_cmd_whirlwind_4_pal | ) |
| INCLUDE_IMG | ( | "battle/action_cmd/whirlwind_5.png" | , |
| battle_action_cmd_whirlwind_5_png | ) |
| INCLUDE_PAL | ( | "battle/action_cmd/whirlwind_5.pal" | , |
| battle_action_cmd_whirlwind_5_pal | ) |
| INCLUDE_IMG | ( | "battle/action_cmd/whirlwind_6.png" | , |
| battle_action_cmd_whirlwind_6_png | ) |
| INCLUDE_PAL | ( | "battle/action_cmd/whirlwind_6.pal" | , |
| battle_action_cmd_whirlwind_6_pal | ) |
| INCLUDE_IMG | ( | "battle/action_cmd/whirlwind_7.png" | , |
| battle_action_cmd_whirlwind_7_png | ) |
| INCLUDE_PAL | ( | "battle/action_cmd/whirlwind_7.pal" | , |
| battle_action_cmd_whirlwind_7_pal | ) |
| INCLUDE_IMG | ( | "battle/action_cmd/whirlwind_bubble.png" | , |
| battle_action_cmd_whirlwind_bubble_png | ) |
| INCLUDE_PAL | ( | "battle/action_cmd/whirlwind_bubble.pal" | , |
| battle_action_cmd_whirlwind_bubble_pal | ) |
Definition at line 162 of file whirlwind.c.
Definition at line 286 of file whirlwind.c.
Definition at line 315 of file whirlwind.c.
|
extern |
Definition at line 32 of file action_cmd.c.
| HudScript HES_Whirlwind1 = HES_TEMPLATE_CI_ENUM_SIZE(battle_action_cmd_whirlwind_1, 24, 24) |
Definition at line 46 of file whirlwind.c.
| HudScript HES_Whirlwind2 = HES_TEMPLATE_CI_ENUM_SIZE(battle_action_cmd_whirlwind_2, 24, 24) |
Definition at line 47 of file whirlwind.c.
| HudScript HES_Whirlwind3 = HES_TEMPLATE_CI_ENUM_SIZE(battle_action_cmd_whirlwind_3, 24, 24) |
Definition at line 48 of file whirlwind.c.
| HudScript HES_Whirlwind4 = HES_TEMPLATE_CI_ENUM_SIZE(battle_action_cmd_whirlwind_4, 24, 24) |
Definition at line 49 of file whirlwind.c.
| HudScript HES_Whirlwind5 = HES_TEMPLATE_CI_ENUM_SIZE(battle_action_cmd_whirlwind_5, 24, 24) |
Definition at line 50 of file whirlwind.c.
| HudScript HES_Whirlwind6 = HES_TEMPLATE_CI_ENUM_SIZE(battle_action_cmd_whirlwind_6, 24, 24) |
Definition at line 51 of file whirlwind.c.
| HudScript HES_Whirlwind7 = HES_TEMPLATE_CI_ENUM_SIZE(battle_action_cmd_whirlwind_7, 24, 24) |
Definition at line 52 of file whirlwind.c.
| HudScript HES_WhirlwindBubble |
Definition at line 54 of file whirlwind.c.