|
| void | update_menus (void) |
| |
| void | options_menu_act (struct Controller *controller, u16 controllerIdx) |
| |
| void | data_menu_act (struct Controller *controller, UNUSED u16 controllerIdx) |
| |
| void | course_data_menu_act (struct Controller *controller, UNUSED u16 controllerIdx) |
| |
| void | logo_intro_menu_act (struct Controller *controller, UNUSED u16 controllerIdx) |
| |
| void | controller_pak_menu_act (struct Controller *controller, UNUSED u16 controllerIdx) |
| |
| void | splash_menu_act (struct Controller *controller, u16 controllerIdx) |
| |
| void | setup_selected_game_mode (void) |
| |
| void | main_menu_act (struct Controller *controller, u16 controllerIdx) |
| |
| bool | is_character_spot_free (s32 gridId) |
| |
| void | player_select_menu_act (struct Controller *controller, u16 controllerIdx) |
| |
| void | course_select_menu_act (struct Controller *arg0, u16 controllerIdx) |
| |
| void | load_menu_states (s32 menuSelection) |
| |
| void | reset_cycle_flash_menu (void) |
| |
| void | set_sound_mode (void) |
| |
| bool | is_screen_being_faded (void) |
| |
| UNUSED void | debug_print_ghost_kart_character_id (s32 arg0, s32 arg1) |
| |
|
| s32 | gIntroModelZEye |
| |
| f32 | gIntroModelScale |
| |
| f32 | gIntroModelRotX |
| |
| f32 | gIntroModelRotY |
| |
| f32 | gIntroModelRotZ |
| |
| f32 | gIntroModelPosX |
| |
| f32 | gIntroModelPosY |
| |
| f32 | gIntroModelPosZ |
| |
| s32 | gMenuFadeType |
| |
| s8 | gCharacterGridSelections [4] |
| |
| bool8 | gCharacterGridIsSelected [4] |
| |
| s8 | gSubMenuSelection |
| |
| s8 | gMainMenuSelection |
| |
| s8 | gPlayerSelectMenuSelection |
| |
| s8 | gDebugMenuSelection |
| |
| s8 | gControllerPakMenuSelection |
| |
| s8 | gScreenModeListIndex |
| |
| u8 | gSoundMode |
| |
| s8 | gPlayerCount |
| |
| s8 | gVersusResultCursorSelection |
| |
| s8 | gTimeTrialsResultCursorSelection |
| |
| s8 | gBattleResultCursorSelection |
| |
| s8 | gTimeTrialDataCourseIndex |
| |
| s8 | gCourseRecordsMenuSelection |
| |
| s8 | gCourseRecordsSubMenuSelection |
| |
| s8 | gDebugGotoScene |
| |
| bool8 | gGhostPlayerInit |
| |
| bool8 | gCourseMapInit |
| |
| s32 | gMenuTimingCounter |
| |
| s32 | gMenuDelayTimer |
| |
| s8 | gDemoUseController |
| |
| s8 | gCupSelection |
| |
| s8 | sTempCupSelection |
| |
| s8 | gCourseIndexInCup |
| |
| s8 | unref_8018EE0C |
| |
| s32 | gMenuSelection = LOGO_INTRO_MENU |
| |
| s32 | gFadeModeSelection = FADE_MODE_NONE |
| |
| s8 | gCharacterSelections [4] = { MARIO, LUIGI, YOSHI, TOAD } |
| |
| s8 | gGameModeMenuColumn [4] = { 0, 0, 0, 0 } |
| |
| s8 | gGameModeSubMenuColumn [4][3] = { { 0, 0, 0 }, { 0, 0, 0 }, { 0, 0, 0 }, { 0, 0, 0 } } |
| |
| s8 | gNextDemoId = 0 |
| |
| s8 | gControllerPakSelectedTableRow = 0 |
| |
| s8 | gControllerPakVisibleTableRows [12] = { 0, 0, 1, 2, 3, 4, 5, 6, 0, 0, 0, 0 } |
| |
| s8 | gControllerPakScrollDirection = CONTROLLER_PAK_SCROLL_DIR_NONE |
| |
| s8 | unref_D_800E86D4 [12] = { 0 } |
| |
| s8 | unref_D_800E86E0 [4] = { 0, 0, 0, 1 } |
| |
| u32 | sVIGammaOffDitherOn = (OS_VI_GAMMA_OFF | OS_VI_DITHER_FILTER_ON) |
| |
| const s8 | sScreenModePlayerTable [] |
| |
| const s8 | sScreenModePlayerCount [] = { 1, 2, 2, 3, 4 } |
| |
| const s8 | gPlayerModeSelection [] = { 1, 2, 1, 1 } |
| |
| const s8 | sGameModePlayerColumnDefault [][3] |
| |
| const s8 | sGameModePlayerColumnExtra [][3] |
| |
| const s32 | gGameModePlayerSelection [][3] |
| |
| const s8 | sCharacterGridOrder [] |
| |
| const s16 | gCupCourseOrder [5][4] |
| |
| const s8 | unref_800F2BDC [4] = { 1, 0, 0, 0 } |
| |
| const s8 | sScreenModeIdxFromPlayerMode [4] = { 0, 1, 3, 4 } |
| |
| const union GameModePack | sSoundMenuPack = { { SOUND_STEREO, SOUND_HEADPHONES, SOUND_UNUSED, SOUND_MONO } } |
| |