Go to the source code of this file.
Enumerations | |
| enum | { BTL_SUBSTATE_CHOOSE_CATEGORY = 1 , BTL_SUBSTATE_CHOOSE_TARGET = 2 , BTL_SUBSTATE_TARGET_CANCEL = 4 , BTL_SUBSTATE_TARGET_CHOSEN = 5 , BTL_SUBSTATE_SHOW_CANT_SWITCH = 8 , BTL_SUBSTATE_AWAIT_CANT_SWITCH_POPUP = 9 , BTL_SUBSTATE_SWAP_PEACH_FRONT = 10 , BTL_SUBSTATE_CREATE_MAIN_MENU = 11 } |
Functions | |
| void | btl_state_update_peach_menu (void) |
| void | btl_state_draw_peach_menu (void) |
Variables | |
| IconHudScriptPair | PeachStarPowerHudScripts = { &HES_MenuStarPower, &HES_MenuStarPowerDisabled } |
| s32 | PeachMenuMessages [] |
Definition at line 6 of file menu_peach.c.
Definition at line 24 of file menu_peach.c.
Referenced by btl_state_update_peach_menu(), btl_state_update_select_target(), and btl_update().
Definition at line 169 of file menu_peach.c.
Referenced by btl_draw_ui().
| IconHudScriptPair PeachStarPowerHudScripts = { &HES_MenuStarPower, &HES_MenuStarPowerDisabled } |
| s32 PeachMenuMessages[] |
Definition at line 20 of file menu_peach.c.
Referenced by btl_state_update_peach_menu().