mirror of
https://github.com/n64decomp/mk64
synced 2026-07-10 13:34:53 -04:00
DriftStateCounter (#763)
* Document driftStateCounter * name update_drift_state_counter function
This commit is contained in:
@@ -328,7 +328,7 @@ typedef struct {
|
||||
/* 0x01F8 */ f32 unk_1F8;
|
||||
/* 0x01FC */ f32 unk_1FC;
|
||||
/* 0x0200 */ u32 steerChangeIncrement; // May be s32. but less casting required if u32
|
||||
/* 0x0204 */ s16 driftDuration;
|
||||
/* 0x0204 */ s16 driftDuration; // charges up while drifting, primarily protects against driving spinouts
|
||||
/* 0x0206 */ s16 unk_206;
|
||||
/* 0x0208 */ f32 unk_208;
|
||||
/* 0x020C */ f32 unk_20C;
|
||||
@@ -339,7 +339,7 @@ typedef struct {
|
||||
/* 0x0220 */ s16 nearestPathPointId; // ??
|
||||
/* 0x0222 */ s16 unk_222;
|
||||
/* 0x0224 */ f32 size;
|
||||
/* 0x0228 */ s16 unk_228;
|
||||
/* 0x0228 */ s16 driftStateCounter;
|
||||
/* 0x022A */ s16 driftState;
|
||||
/* 0x022C */ f32 previousSpeed;
|
||||
/* 0x0230 */ f32 unk_230;
|
||||
|
||||
Reference in New Issue
Block a user