Go to the source code of this file.
Enumerations | |
| enum | { BTL_SUBSTATE_CHOOSE_CATEGORY = 1 , BTL_SUBSTATE_CHOOSE_TARGET = 2 , BTL_SUBSTATE_UNUSED_3 = 3 , BTL_SUBSTATE_TARGET_CANCEL = 4 , BTL_SUBSTATE_TARGET_CHOSEN = 5 , BTL_SUBSTATE_UNUSED_6 = 6 , BTL_SUBSTATE_UNUSED_7 = 7 , BTL_SUBSTATE_SHOW_CANT_SWITCH = 8 , BTL_SUBSTATE_AWAIT_CANT_SWITCH_POPUP = 9 , BTL_SUBSTATE_SWAP_PEACH_BACK = 10 , BTL_SUBSTATE_CREATE_MAIN_MENU = 11 } |
Functions | |
| void | btl_state_update_twink_menu (void) |
| void | btl_state_draw_twink_menu (void) |
Variables | |
| IconHudScriptPair | TwinkStarPowerHudScripts = { &HES_MenuStarPower, &HES_MenuStarPowerDisabled } |
| s32 | TwinkMenuMessages [] |
Definition at line 6 of file menu_twink.c.
Definition at line 27 of file menu_twink.c.
Referenced by btl_state_update_select_target(), btl_state_update_twink_menu(), and btl_update().
Definition at line 198 of file menu_twink.c.
Referenced by btl_draw_ui().
| IconHudScriptPair TwinkStarPowerHudScripts = { &HES_MenuStarPower, &HES_MenuStarPowerDisabled } |
| s32 TwinkMenuMessages[] |
Definition at line 23 of file menu_twink.c.
Referenced by btl_state_update_twink_menu().