mirror of
https://github.com/n64decomp/mk64
synced 2026-09-10 19:39:51 -04:00
Couple matches (#466)
Removed some things from variables.h and functions.h Added headers for some src/data files
This commit is contained in:
@@ -8,10 +8,4 @@ void mio0decode(u8* arg0, u8* arg1);
|
||||
// Unused mio0decode function.
|
||||
void func_80040030(u8* arg0, u8* arg1);
|
||||
|
||||
void func_8000F628(void);
|
||||
void func_8006B7E4(Player* player, s8 arg1);
|
||||
void func_8005D290(void);
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
@@ -6,30 +6,16 @@
|
||||
#include "common_structs.h"
|
||||
|
||||
extern s8 gCharacterIdByGPOverallRank[8]; // D_8018D9D0
|
||||
extern f32 gCourseCompletionPercentByPlayerId[8]; // D_801644D0
|
||||
extern f32 gCourseCompletionPercentByRank[8]; // D_80162FD8
|
||||
extern char *gCupNames[]; // D_800E7500
|
||||
extern s16 gCurrentCourseId; // D_800DC5A0
|
||||
|
||||
extern s8 gGPPointsByCharacterId[8]; // D_8018D9C8
|
||||
extern s16 gGPCurrentRacePlayerIdByRank[8]; // D_80164360
|
||||
|
||||
extern s8 gHumanPlayerCount;
|
||||
|
||||
extern s32 gIsMirrorMode; // D_800DC604
|
||||
|
||||
extern f32 gLapCompletionPercentByPlayerId[8]; // D_801644A8
|
||||
extern s32 gLapCountByPlayerId[8]; // D_80164390
|
||||
|
||||
extern s32 gMenuSelection; // D_800E86A0
|
||||
|
||||
// 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 char *gSoundModeNames[NUM_SOUND_MODES]; // D_800E7710
|
||||
|
||||
extern struct_8018CA70_entry D_8018CA70[];
|
||||
|
||||
extern Mtx D_80183D60[];
|
||||
@@ -38,17 +24,6 @@ extern struct_D_8018CE10 D_8018CE10[];
|
||||
|
||||
extern Vec3f D_80165070[];
|
||||
|
||||
extern Vp D_802B8880[];
|
||||
|
||||
extern Gfx D_0D0077A0[];
|
||||
|
||||
extern u16 gIsGamePaused;
|
||||
|
||||
extern u16 D_80162DD8;
|
||||
extern s32 D_80162DE0;
|
||||
extern s32 D_80162DE4;
|
||||
extern s32 D_80162DE8;
|
||||
|
||||
extern f32 D_80164510[];
|
||||
extern s32 D_80164A28;
|
||||
extern s16 gMatrixEffectCount;
|
||||
|
||||
Reference in New Issue
Block a user