summaryrefslogtreecommitdiff
path: root/src/engine/fox_context.c
diff options
context:
space:
mode:
authorpetrie911 <69443847+petrie911@users.noreply.github.com>2024-04-24 23:14:49 -0500
committerGitHub <noreply@github.com>2024-04-25 01:14:49 -0300
commit0c9be776da37e754a9b9422a945bf1bc5cfd7e75 (patch)
tree645f323b60ddd6b8bd2c85adfe961003898b5190 /src/engine/fox_context.c
parenta6b80a5825c4a9ae06223a3879c864589ff13cf1 (diff)
Cumulative docs update (#221)
* lights fix * names * remove header * so many names * format * more docs * makefile
Diffstat (limited to 'src/engine/fox_context.c')
-rw-r--r--src/engine/fox_context.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/engine/fox_context.c b/src/engine/fox_context.c
index 7434822e..b56f03d7 100644
--- a/src/engine/fox_context.c
+++ b/src/engine/fox_context.c
@@ -22,7 +22,7 @@ s32 gTeamShields[6];
s32 gSavedTeamShields[6];
s32 gPrevPlanetSavedTeamShields[6];
s32 gTeamDamage[6];
-u8 gNextPlanetPath; // next planet path
+u8 gMissionStatus; // next planet path
f32 gGroundHeight;
f32 D_ctx_80177950;
f32 D_ctx_80177968;
@@ -45,11 +45,11 @@ u8 gAqDrawMode;
s32 D_ctx_80177AE0;
s32 gMainController;
s32 D_ctx_80177B40;
-s32 gMissionNumber; // D_ctx_80177B48 // Arrow pointer?
-s32 D_ctx_80177B50[7];
-s32 D_ctx_80177B70[7];
-PlanetId D_ctx_80177B90[7];
-s32 D_ctx_80177BB0[7];
+s32 gMissionNumber;
+s32 gMissionTeamStatus[7];
+s32 gMissionHitCount[7];
+PlanetId gMissionPlanet[7];
+s32 gMissionMedal[7];
#ifdef AVOID_UB
s32 gPlanetPathStatus[24];
#else
@@ -93,7 +93,7 @@ s32 gRadioState;
s32 D_ctx_801782A4;
s32 D_Timer_801782AC;
s32 D_Timer_801782B4;
-u8 D_play_800D3180[30] = {
+u8 gLeveLClearStatus[30] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
};
s32 D_ctx_801782C0;