Macros | |
#define | FULLY_EXTENDED_Y 18 |
#define | FULLY_RETRACTED_Y -100 |
Enumerations | |
enum | BlinkModes { BLINK_OFF = 0 , BLINK_ON = 1 } |
enum | ShimmerStates { STATUS_SHIMMER_OFF = 0 , STATUS_SHIMMER_BEGIN = 1 , STATUS_SHIMMER_ON = 2 } |
#define FULLY_EXTENDED_Y 18 |
Referenced by status_bar_show_and_ignore_changes(), and update_status_bar().
#define FULLY_RETRACTED_Y -100 |
Referenced by initialize_status_bar(), reset_status_bar(), setup_status_bar_for_world(), and update_status_bar().
enum BlinkModes |
enum ShimmerStates |
s32 add_badge | ( | s32 | itemID | ) |
s32 add_coins | ( | s32 | amt | ) |
s8 add_fortress_keys | ( | s32 | amt | ) |
s32 add_item | ( | s32 | itemID | ) |
Referenced by add_badge(), and update_item_entity_pickup().
s32 add_star_pieces | ( | s32 | amt | ) |
s32 add_star_points | ( | s32 | amt | ) |
void add_star_power | ( | s32 | amt | ) |
b32 can_control_status_bar | ( | void | ) |
Referenced by check_input_status_bar().
void clear_player_data | ( | void | ) |
void close_status_bar | ( | void | ) |
void coin_counter_draw_content | ( | UNK_TYPE | arg0, |
s32 | posX, | ||
s32 | posY ) |
Referenced by show_coin_counter().
void decrement_status_bar_disabled | ( | void | ) |
void disable_status_bar_input | ( | void | ) |
void draw_status_ui | ( | void | ) |
Referenced by btl_draw_ui(), state_drawUI_change_map(), state_drawUI_enter_world(), and state_drawUI_world().
void enable_status_bar_input | ( | void | ) |
void enforce_hpfp_limits | ( | void | ) |
Referenced by pause_badges_handle_input(), and pause_handle_input().
s32 find_item | ( | s32 | itemID | ) |
Referenced by btl_state_update_defeat().
s32 get_fortress_key_count | ( | void | ) |
s32 get_item_count | ( | void | ) |
Referenced by get_item_empty_count().
s32 get_item_empty_count | ( | void | ) |
PlayerData * get_player_data | ( | void | ) |
s32 get_stored_count | ( | void | ) |
Referenced by get_stored_empty_count().
s32 get_stored_empty_count | ( | void | ) |
s8 has_full_fp | ( | void | ) |
s8 has_full_hp | ( | void | ) |
void hide_coin_counter | ( | void | ) |
void hide_coin_counter_immediately | ( | void | ) |
void increment_max_star_power | ( | void | ) |
void increment_status_bar_disabled | ( | void | ) |
void initialize_status_bar | ( | void | ) |
Referenced by load_demo_battle(), and load_map_by_IDs().
s32 is_ability_active | ( | s32 | ability | ) |
Referenced by action_command_init_status(), action_hammer_play_hit_fx(), action_update_run(), action_update_spin(), action_update_walk(), adjust_action_command_difficulty(), appendGfx_player_actor(), btl_menu_strats_draw_content(), btl_state_update_begin_player_turn(), btl_state_update_begin_turn(), btl_state_update_celebration(), btl_state_update_end_player_turn(), btl_state_update_first_strike(), btl_state_update_normal_start(), btl_state_update_partner_menu(), btl_state_update_player_move(), btl_state_update_run_away(), btl_state_update_select_target(), calc_enemy_damage_target(), calc_player_damage_enemy(), check_block_input(), check_input_spin(), enforce_hpfp_limits(), entity_HiddenPanel_set_ispy_notification(), get_coin_drop_amount(), inflict_status(), is_actor_health_bar_visible(), is_actortype_health_bar_visible(), load_player_actor(), player_team_is_ability_active(), show_first_strike_message(), spawn_drops(), update_encounters_neutral(), update_encounters_pre_battle(), and update_locomotion_state().
s32 is_partner_ability_active | ( | s32 | ability | ) |
Referenced by player_team_is_ability_active().
s32 is_status_bar_visible | ( | void | ) |
Referenced by check_input_status_bar().
void open_status_bar_quickly | ( | void | ) |
Referenced by create_standard_popup_menu(), and shop_open_item_select_popup().
void open_status_bar_slowly | ( | void | ) |
Referenced by action_update_hit_fire(), action_update_hit_lava(), and check_input_status_bar().
s32 recover_fp | ( | s32 | amt | ) |
Referenced by entity_HeartBlockContent__anim_heal().
s32 recover_hp | ( | s32 | amt | ) |
Referenced by entity_HeartBlockContent__anim_heal().
void reset_status_bar | ( | void | ) |
Referenced by state_step_battle(), state_step_language_select(), and state_step_pause().
void set_max_star_power | ( | s8 | newMax | ) |
void setup_status_bar_for_battle | ( | void | ) |
Referenced by btl_state_update_normal_start().
void setup_status_bar_for_world | ( | void | ) |
Referenced by update_encounters_post_battle().
void show_coin_counter | ( | void | ) |
void sort_items | ( | void | ) |
Bubbles up player inventory items such that all ITEM_NONE values are at the bottom.
Referenced by add_item(), remove_consumable(), and update_item_entity_pickup().
void status_bar_always_show_off | ( | void | ) |
Referenced by draw_shop_items(), and shop_close_item_select_popup().
void status_bar_always_show_on | ( | void | ) |
Referenced by shop_open_item_select_popup().
void status_bar_draw_number | ( | s32 | iconID, |
s32 | startX, | ||
s32 | startY, | ||
s32 | value, | ||
s32 | numDigits ) |
Referenced by update_status_bar().
void status_bar_draw_stat | ( | s32 | id, |
s32 | startX, | ||
s32 | startY, | ||
s32 | currentValue, | ||
s32 | maxValue ) |
Referenced by update_status_bar().
void status_bar_ignore_changes | ( | void | ) |
Referenced by create_standard_popup_menu(), and shop_open_item_select_popup().
s32 status_bar_is_ignoring_changes | ( | void | ) |
Referenced by create_battle_popup_menu(), create_shop_popup_menu(), and create_standard_popup_menu().
void status_bar_respond_to_changes | ( | void | ) |
void status_bar_show_and_ignore_changes | ( | void | ) |
void status_bar_start_blinking_coins | ( | void | ) |
Referenced by update_status_bar().
void status_bar_start_blinking_fp | ( | void | ) |
Referenced by btl_menu_moves_draw_content(), and update_status_bar().
void status_bar_start_blinking_hp | ( | void | ) |
Referenced by update_status_bar().
void status_bar_start_blinking_sp | ( | void | ) |
void status_bar_start_blinking_sp_bars | ( | s32 | numBarsToBlink | ) |
Referenced by btl_menu_moves_draw_content().
void status_bar_start_blinking_starpoints | ( | void | ) |
Referenced by btl_state_update_run_away().
void status_bar_stop_blinking_coins | ( | void | ) |
Referenced by update_status_bar().
void status_bar_stop_blinking_fp | ( | void | ) |
Referenced by btl_menu_moves_draw_content(), btl_submenu_moves_update(), and update_status_bar().
void status_bar_stop_blinking_hp | ( | void | ) |
Referenced by update_status_bar().
void status_bar_stop_blinking_sp | ( | void | ) |
Referenced by btl_menu_moves_draw_content(), and btl_submenu_moves_update().
void status_bar_stop_blinking_starpoints | ( | void | ) |
Referenced by btl_state_update_run_away().
s32 store_item | ( | s32 | itemID | ) |
s32 subtract_fortress_keys | ( | s32 | amt | ) |
void subtract_hp | ( | s32 | amt | ) |
Referenced by action_update_hit_fire(), action_update_hit_lava(), and func_802BC274_E2EBA4().
void sync_status_bar | ( | void | ) |
void update_coin_counter | ( | void | ) |
Referenced by draw_status_ui().
void update_status_bar | ( | void | ) |
Referenced by draw_status_ui().
|
extern |
Referenced by status_bar_draw_number(), and status_bar_draw_stat().
StatusBar gStatusBar |
Referenced by add_star_power(), btl_state_update_normal_start(), can_control_status_bar(), close_status_bar(), coin_counter_draw_content(), decrement_status_bar_disabled(), disable_status_bar_input(), enable_status_bar_input(), hide_coin_counter(), hide_coin_counter_immediately(), increment_status_bar_disabled(), initialize_status_bar(), is_status_bar_visible(), open_status_bar_quickly(), open_status_bar_slowly(), reset_status_bar(), setup_status_bar_for_battle(), setup_status_bar_for_world(), show_coin_counter(), status_bar_always_show_off(), status_bar_always_show_on(), status_bar_ignore_changes(), status_bar_is_ignoring_changes(), status_bar_respond_to_changes(), status_bar_show_and_ignore_changes(), status_bar_start_blinking_coins(), status_bar_start_blinking_fp(), status_bar_start_blinking_hp(), status_bar_start_blinking_sp(), status_bar_start_blinking_sp_bars(), status_bar_start_blinking_starpoints(), status_bar_stop_blinking_coins(), status_bar_stop_blinking_fp(), status_bar_stop_blinking_hp(), status_bar_stop_blinking_sp(), status_bar_stop_blinking_starpoints(), sync_status_bar(), update_coin_counter(), and update_status_bar().
|
extern |
Referenced by initialize_status_bar().
|
extern |
Referenced by initialize_status_bar().
|
extern |
Referenced by initialize_status_bar().
|
extern |
Referenced by initialize_status_bar().
|
extern |
Referenced by initialize_status_bar().
|
extern |
Referenced by initialize_status_bar().
|
extern |
Referenced by initialize_status_bar().
|
extern |
Referenced by initialize_status_bar().
|
extern |
Referenced by initialize_status_bar().
|
extern |
Referenced by initialize_status_bar().
|
extern |
Referenced by initialize_status_bar().
|
extern |
Referenced by update_status_bar().
|
extern |
Referenced by initialize_status_bar().
|
extern |
Referenced by initialize_status_bar().
|
extern |
Referenced by update_status_bar().
|
extern |
Referenced by initialize_status_bar().
|
extern |
Referenced by initialize_status_bar().
Referenced by clear_player_data(), initialize_status_bar(), show_coin_counter(), and update_coin_counter().
|
extern |
Referenced by status_bar_draw_stat().
|
extern |
Referenced by update_status_bar().
|
extern |
Referenced by update_status_bar().
|
extern |
Referenced by update_status_bar().
|
extern |
Referenced by status_bar_draw_number().