|
void | beh_yellow_background_menu_init (void) |
|
void | beh_yellow_background_menu_loop (void) |
|
static s32 | button_clicked_test (s16 x, s16 y, f32 depth) |
|
static void | bhvMenuButton_growing_from_main_menu (struct Object *button) |
|
static void | bhvMenuButton_shrinking_to_main_menu (struct Object *button) |
|
static void | bhvMenuButton_growing_from_submenu (struct Object *button) |
|
static void | bhvMenuButton_shrinking_to_submenu (struct Object *button) |
|
static void | bhvMenuButton_zoom_in_out (struct Object *button) |
|
static void | bhvMenuButton_zoom_in (struct Object *button) |
|
static void | bhvMenuButton_zoom_out (struct Object *button) |
|
void | bhvMenuButton_init (void) |
|
void | bhvMenuButton_loop (void) |
|
static void | score_menu_file_exiting (struct Object *scoreFileButton, s8 scoreButtonId) |
|
static void | score_menu_create_buttons (struct Object *scoreButton) |
|
static void | score_menu_check_clicked_buttons (struct Object *scoreButton) |
|
static void | copy_menu_create_buttons (struct Object *copyButton) |
|
static void | CopyMenuCopyFile (struct Object *copyButton, s32 copyFileButtonId) |
|
static void | copy_menu_check_clicked_buttons (struct Object *copyButton) |
|
static void | erase_menu_create_buttons (struct Object *eraseButton) |
|
static void | erase_menu_erase_file (struct Object *eraseButton, s32 eraseFileButtonId) |
|
static void | erase_menu_check_clicked_buttons (struct Object *eraseButton) |
|
static void | sound_mode_menu_create_buttons (struct Object *soundModeButton) |
|
static void | sound_mode_menu_check_clicked_buttons (struct Object *soundModeButton) |
|
static void | main_menu_file_selected (struct Object *fileButton, s32 fileNum) |
|
static void | return_to_main_menu (s16 prevMenuButtonId, struct Object *sourceButton) |
|
static void | score_menu_init_from_submenu (s16 prevMenuButtonId, struct Object *sourceButton) |
|
static void | copy_menu_init_from_submenu (s16 prevMenuButtonId, struct Object *sourceButton) |
|
static void | erase_menu_init_from_submenu (s16 prevMenuButtonId, struct Object *sourceButton) |
|
void | bhvMenuButtonManager_init (void) |
|
static void | main_menu_check_clicked_buttons (void) |
|
void | bhvMenuButtonManager_loop (void) |
|
static void | handle_button_presses (void) |
|
static void | handle_controller_input (void) |
|
static void | draw_cursor (void) |
|
static void | menu_print_title_text (s8 type, s16 x, s16 y, const unsigned char *text) |
|
static void | menu_print_generic_text (s16 x, s16 y, const unsigned char *text) |
|
static s32 | update_text_fade_out (void) |
|
static void | display_file_star_count (s8 fileNum, s16 x, s16 y) |
|
static void | draw_main_menu (void) |
|
static void | score_menu_display_message (s8 messageID) |
|
static void | draw_score_menu (void) |
|
static void | copy_menu_display_message (s8 messageId) |
|
static void | copy_menu_update_message (void) |
|
static void | draw_copy_menu (void) |
|
static void | erase_menu_yes_no_prompt (s16 x, s16 y) |
|
static void | erase_menu_display_message (s8 messageId) |
|
static void | erase_menu_update_message (void) |
|
static void | draw_erase_menu (void) |
|
static void | draw_sound_mode_menu (void) |
|
static void | score_file_print_castle_secret_stars (s8 fileNum, s16 x, s16 y) |
|
static void | score_file_print_course_coin_score (s8 fileNum, s16 courseNum, s16 x, s16 y) |
|
static void | score_file_print_course_star_score (s8 fileNum, s16 courseNum, s16 x, s16 y) |
|
static void | draw_file_scores (s8 fileNum) |
|
static void | draw_current_menu (void) |
|
Gfx * | Geo18_80176688 (s32 run, UNUSED struct GraphNode *node, UNUSED f32 mtx[4][4]) |
|
void | LevelProc_801766DC (UNUSED s32 a, UNUSED s32 b) |
|
int | LevelProc_801768A0 (UNUSED s32 a, UNUSED s32 b) |
|