Go to the source code of this file.
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) |
| b32 | should_cancel_open_world_menu (void) |
| b32 | 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) |
Variables | |
| BSS PopupMenu | WorldPopupMenu |
| BSS s16 | WorldMenuType |
| BSS s16 | WorldMenuDelay |
| BSS s16 | WorldPopupResult |
| BSS s16 | OpenMenuDisableCount |
| BSS s16 | WorldMenuState |
| s32 | MenuIndexFromPartnerID [] |
| Enumerator | |
|---|---|
| WORLD_MENU_STATE_NONE | |
| WORLD_MENU_STATE_DELAY | |
| WORLD_MENU_STATE_OPEN | |
| WORLD_MENU_STATE_HOLD | |
| WORLD_MENU_STATE_CLOSE | |
| WORLD_MENU_STATE_UNPAUSE | |
Definition at line 12 of file menus.c.
Definition at line 36 of file menus.c.
Referenced by check_input_open_menus().
Definition at line 48 of file menus.c.
Referenced by check_input_open_menus().
Definition at line 80 of file menus.c.
Referenced by check_input_open_menus().
Definition at line 130 of file menus.c.
Referenced by player_reset_data().
Definition at line 134 of file menus.c.
Referenced by check_input_open_menus().
Definition at line 161 of file menus.c.
Referenced by check_input_open_menus().
Definition at line 190 of file menus.c.
Referenced by update_player().
Definition at line 390 of file menus.c.
Referenced by update_player().
Definition at line 27 of file menus.c.
Referenced by check_input_open_menus().
Definition at line 28 of file menus.c.
Referenced by check_input_open_menus().
Definition at line 29 of file menus.c.
Referenced by check_input_open_menus().
Definition at line 30 of file menus.c.
Referenced by check_input_open_menus().
Definition at line 31 of file menus.c.
Referenced by check_input_open_menus().
Definition at line 32 of file menus.c.
Referenced by check_input_open_menus(), and clear_world_menus().
|
extern |
Definition at line 316 of file 5B320.c.
Referenced by btl_state_update_partner_menu(), btl_state_update_player_menu(), and check_input_open_menus().