diff options
Diffstat (limited to 'src/engine/fox_context.c')
| -rw-r--r-- | src/engine/fox_context.c | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/engine/fox_context.c b/src/engine/fox_context.c index 8a587074..d36ff39a 100644 --- a/src/engine/fox_context.c +++ b/src/engine/fox_context.c @@ -25,8 +25,8 @@ s32 gTeamDamage[6]; u8 gMissionStatus; // next planet path f32 gGroundHeight; f32 D_ctx_80177950; -f32 D_ctx_80177968; -f32 D_ctx_80177970; +f32 gPlayerTurnRate; +f32 gPlayerTurnStickMod; f32 gCsCamEyeX; f32 gCsCamEyeY; f32 gCsCamEyeZ; @@ -63,13 +63,13 @@ u16 gBgmSeqId; u8 gLevelType; s32 gSavedObjectLoadIndex; UNK_TYPE F_80177CA8; -f32 D_ctx_80177CB0; +f32 gSavedPathProgress; UNK_TYPE F_80177CB8; f32 gWaterLevel; -f32 D_ctx_80177CC8; -f32 D_ctx_80177CE8; -f32 D_ctx_80177D08; -f32 D_ctx_80177D20; +f32 gPathGroundScroll; +f32 gPathTexScroll; +f32 gPathVelZ; +f32 gPathProgress; f32 gRadioPortraitScaleY; f32 gRadioTextBoxScaleY; f32 gRadioMsgRadioId; @@ -252,7 +252,7 @@ s32 gHitCount; s32 gSavedHitCount; s16 gLifeCount[4]; LaserStrength gLaserStrength[4]; -s32 D_ctx_80161AB8; +s32 gCullObjects; UNK_TYPE F_80161AC0[4]; UNK_TYPE F_80161AD0[4]; UNK_TYPE F_80161AE0[4]; @@ -303,13 +303,13 @@ s32 D_ctx_80177990[4]; // these two are also rumble related f32 D_ctx_801779A8[4]; u8 gPauseEnabled; s32 gChargeTimers[4]; -f32 D_ctx_801779E4; -f32 D_ctx_801779F4; -s32 D_Timer_80177A00[4]; -s32 D_Timer_80177A38[4]; -s32 D_Timer_80177A70[4]; -s32 D_Timer_80177A88[4]; -f32 D_ctx_80177AA0[4]; +f32 gPathVelX; +f32 gPathVelY; +s32 gUturnDownTimers[4]; +s32 gUturnBrakeTimers[4]; +s32 gLoopDownTimers[4]; +s32 gLoopBoostTimers[4]; +f32 gMuzzleFlashScale[4]; f32 gShieldAlpha[4]; s32 gHasShield[4]; s32 gShieldTimer[4]; @@ -320,12 +320,12 @@ u8 gCoUturnCount; u8 gGreatFoxIntact; u8 gTiStartLandmaster; u16 gControllerRumbleTimers[4]; -u16 D_ctx_80177C30[4]; +u16 gPlayerScores[4]; s32 D_ctx_80177C50; -s32 D_ctx_80177C70; -s32 D_ctx_80177C78; -s32 D_ctx_80177C8C; -s32 D_ctx_80177C94; +s32 D_ctx_80177C70; // sets camera field of view Y. initialized to 0 and never changed +s32 gTraining360MsgTimer; +s32 gTraining360MsgIndex; +s32 D_ctx_80177C94; // these save player parameters across the Venom -> Andross transition s32 D_ctx_80177C9C; s32 D_ctx_80177CA4; s32 D_ctx_80177CAC; |
