diff options
| author | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-01-01 07:36:36 -0700 |
|---|---|---|
| committer | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-01-01 07:36:36 -0700 |
| commit | 35fd8a412c7c40f5bd0ea4381c03b1f2ef4c7b3e (patch) | |
| tree | 75ec62abeb0cc4e8c595bd28b7f191480cba5bcb /include | |
| parent | 1080a7fb19c767b5e711fe7e14737dc05644408c (diff) | |
Fix compile
Diffstat (limited to 'include')
| -rw-r--r-- | include/defines.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/include/defines.h b/include/defines.h index f9c258b26..def02ebc6 100644 --- a/include/defines.h +++ b/include/defines.h @@ -48,25 +48,6 @@ #define HOLD_ALL_DPAD_AND_C_BUTTONS \ (U_JPAD | L_JPAD | R_JPAD | D_JPAD | U_CBUTTONS | L_CBUTTONS | R_CBUTTONS | D_CBUTTONS) -/** - * @brief Options for gDebugMenuSelection - */ -#define DEBUG_MENU_DISABLED 1 -#define DEBUG_MENU_DEBUG_MODE 2 -#define DEBUG_MENU_COURSE 3 -#define DEBUG_MENU_SCREEN_MODE 4 -#define DEBUG_MENU_PLAYER 5 -#define DEBUG_MENU_SOUND_MODE 6 -#define DEBUG_MENU_GIVE_ALL_GOLD_CUP 7 -#define DEBUG_MENU_EXITED 64 - -/** - * @brief Options for gDebugGotoScene - */ -#define DEBUG_GOTO_RACING 0 -#define DEBUG_GOTO_ENDING 1 -#define DEBUG_GOTO_CREDITS_SEQUENCE_CC_50 2 -#define DEBUG_GOTO_CREDITS_SEQUENCE_CC_EXTRA 3 /** * @brief Jump to demo mode from the debug menu using L and A @@ -229,20 +210,6 @@ enum { COURSE_ONE, COURSE_TWO, COURSE_THREE, COURSE_FOUR }; #define TIME_TRIALS_DATA_SELECTION_FROM_BACK_OUT 8 /** - * @brief Options for gControllerPakMenuSelection - */ -#define CONTROLLER_PAK_MENU_SELECT_RECORD 1 -#define CONTROLLER_PAK_MENU_END 2 -#define CONTROLLER_PAK_MENU_ERASE 3 -#define CONTROLLER_PAK_MENU_QUIT 4 -#define CONTROLLER_PAK_MENU_TABLE_GAME_DATA 5 -#define CONTROLLER_PAK_MENU_GO_TO_ERASING 6 -#define CONTROLLER_PAK_MENU_ERASING 7 -#define CONTROLLER_PAK_MENU_ERASE_ERROR_NOT_ERASED 8 -#define CONTROLLER_PAK_MENU_ERASE_ERROR_NO_PAK 9 -#define CONTROLLER_PAK_MENU_ERASE_ERROR_PAK_CHANGED 10 - -/** * @brief Options for gScreenModeSelection and gActiveScreenMode */ #define SCREEN_MODE_1P 0 |
