diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2023-09-23 06:00:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-22 22:00:30 -0600 |
| commit | 2f583fdb42aba5ae8642edec0b832fb0457171cf (patch) | |
| tree | fc9632061a9c668ff1eac5d13f6666cb8192eaf5 /include | |
| parent | 3a4b8c5a34529a8605b78871e0aa5f6ebc62a9c1 (diff) | |
cleaning camera, kart_dma, menu, math_util (#436)
* cleaning camera.h
* cleaning math_utils.h and remove space
* cleaning kart_dma
* cleaning menu.h
Diffstat (limited to 'include')
| -rw-r--r-- | include/variables.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/variables.h b/include/variables.h index 4504387b2..65889646a 100644 --- a/include/variables.h +++ b/include/variables.h @@ -6,21 +6,11 @@ #include "common_structs.h" extern s8 gCharacterIdByGPOverallRank[8]; // D_8018D9D0 -extern s8 gCharacterGridSelections[4]; // D_8018EDE4 -extern s8 gCharacterSelections[4]; // D_800E86A8 -extern s8 gControllerPakMenuSelection; // D_8018EDF0 -extern s8 gControllerPakSelectedTableRow; // D_800E86C0 extern f32 gCourseCompletionPercentByPlayerId[8]; // D_801644D0 extern f32 gCourseCompletionPercentByRank[8]; // D_80162FD8 -extern s8 gCourseRecordsMenuSelection; // D_8018EDF8 -extern const s16 gCupCourseOrder[NUM_CUPS][NUM_COURSES_PER_CUP]; // D_800F2BB4 -extern s8 gCupCourseSelection; // D_8018EE0B extern char *gCupNames[]; // D_800E7500 -extern s8 gCupSelection; // D_8018EE09 extern s16 gCurrentCourseId; // D_800DC5A0 -extern s8 gDebugMenuSelection; // D_8018EDEF - extern s8 gGPPointsByCharacterId[8]; // D_8018D9C8 extern s16 gGPCurrentRacePlayerIdByRank[8]; // D_80164360 @@ -31,22 +21,15 @@ extern s32 gIsMirrorMode; // D_800DC604 extern f32 gLapCompletionPercentByPlayerId[8]; // D_801644A8 extern s32 gLapCountByPlayerId[8]; // D_80164390 -extern s32 gMenuTimingCounter; // D_8018EE00 extern s32 gMenuSelection; // D_800E86A0 -// Indicates the ID of the next title screen demo that will be played -extern s8 gNextDemoId; // D_800E86BC - // Maps course IDs (as defined in the COURSES enum) to an index in a given cup's track order extern const u8 gPerCupIndexByCourseId[]; // D_800EFD50 extern s32 gPlayerIsThrottleActive[]; // D_801653E0 extern s32 gGPCurrentRaceRankByPlayerId[]; // D_801643B8 -extern u8 gSoundMode; // D_8018EDF2 extern char *gSoundModeNames[NUM_SOUND_MODES]; // D_800E7710 -extern s8 gTimeTrialDataCourseIndex; // D_8018EDF7 - extern struct_8018CA70_entry D_8018CA70[]; extern Mtx D_80183D60[]; @@ -120,6 +103,4 @@ extern s8 D_801658FE; extern s32 gMatrixHudCount; extern s32 D_8018D900[]; -extern s8 D_8018EDEC; - #endif |
