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 s32 | D_8010C9C4 |
BSS PopupMenu | WorldPopupMenu |
BSS s16 | WorldMenuType |
BSS s16 | WorldMenuDelay |
BSS s16 | WorldPopupResult |
BSS s16 | OpenMenuDisableCount |
BSS s16 | WorldMenuState |
s32 | MenuIndexFromPartnerID [] |
enum WorldMenuStates |
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.
enum WorldMenuTypes |
void reset_outta_sight_alpha_on_menu_close | ( | void | ) |
Definition at line 37 of file menus.c.
Referenced by check_input_open_menus().
b32 should_cancel_open_world_menu | ( | void | ) |
Definition at line 49 of file menus.c.
Referenced by check_input_open_menus().
b32 can_open_world_menu | ( | s32 | currentButtons, |
s32 | pressedButtons ) |
Definition at line 81 of file menus.c.
Referenced by check_input_open_menus().
void clear_world_menus | ( | void | ) |
Definition at line 131 of file menus.c.
Referenced by player_reset_data().
s32 setup_partner_popup | ( | PopupMenu * | menu | ) |
Definition at line 135 of file menus.c.
Referenced by check_input_open_menus().
s32 setup_item_popup | ( | PopupMenu * | menu | ) |
Definition at line 162 of file menus.c.
Referenced by check_input_open_menus().
void check_input_open_menus | ( | void | ) |
Definition at line 191 of file menus.c.
Referenced by update_player().
void check_input_status_bar | ( | void | ) |
Definition at line 391 of file menus.c.
Referenced by update_player().
Definition at line 28 of file menus.c.
Referenced by check_input_open_menus().
BSS s16 WorldMenuType |
Definition at line 29 of file menus.c.
Referenced by check_input_open_menus().
BSS s16 WorldMenuDelay |
Definition at line 30 of file menus.c.
Referenced by check_input_open_menus().
BSS s16 WorldPopupResult |
Definition at line 31 of file menus.c.
Referenced by check_input_open_menus().
BSS s16 OpenMenuDisableCount |
Definition at line 32 of file menus.c.
Referenced by check_input_open_menus().
BSS s16 WorldMenuState |
Definition at line 33 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 check_input_open_menus().