Enumerations | |
| enum | WorldMenuStates { WORLD_MENU_STATE_NONE = 0 , WORLD_MENU_STATE_DELAY = 1 , WORLD_MENU_STATE_OPEN = 2 , WORLD_MENU_STATE_HOLD = 3 , WORLD_MENU_STATE_CLOSE = 4 , WORLD_MENU_STATE_UNPAUSE = 10 } |
| enum | WorldMenuTypes { WORLD_MENU_CHANGE_PARTNER = 0 , WORLD_MENU_USE_ITEM = 1 , WORLD_MENU_PAUSE = 2 } |
Functions | |
| void | reset_outta_sight_alpha_on_menu_close (void) |
| bool | should_cancel_open_world_menu (void) |
| bool | can_open_world_menu (s32 currentButtons, s32 pressedButtons) |
| void | clear_world_menus (void) |
| s32 | setup_partner_popup (PopupMenu *menu) |
| s32 | setup_item_popup (PopupMenu *menu) |
| void | check_input_open_menus (void) |
| void | check_input_status_bar (void) |
Referenced by check_input_open_menus().
Referenced by update_player().
Referenced by update_player().
Referenced by player_reset_data().
Referenced by check_input_open_menus().
Referenced by check_input_open_menus().
Referenced by check_input_open_menus().
Referenced by check_input_open_menus().
|
extern |
Referenced by check_input_open_menus().
Referenced by check_input_open_menus().
Referenced by check_input_open_menus().
Referenced by check_input_open_menus(), and clear_world_menus().
Referenced by check_input_open_menus().
Referenced by check_input_open_menus().
Referenced by check_input_open_menus().