mirror of
https://github.com/n64decomp/mk64
synced 2026-06-06 11:07:31 -04:00
Some train decomp and move seg2 files to ending (#423)
* Some train decomp * Move seg2 to ending/ * move racing code files into racing folder * Fix progress * Rename segments
This commit is contained in:
@@ -53,6 +53,28 @@ variableWatchAttributes gMainVariableWatchList[] = {
|
||||
DISPLAY_FLOAT_NUMBER,
|
||||
0, 0
|
||||
},
|
||||
{
|
||||
"Torque 9C: ",
|
||||
&gPlayers[0].unk_09C,
|
||||
sizeof(gPlayerOne->unk_09C),
|
||||
DISPLAY_FLOAT_NUMBER,
|
||||
0, 0
|
||||
},
|
||||
{
|
||||
"Top Speed 214: ",
|
||||
&gPlayers[0].unk_214,
|
||||
sizeof(gPlayerOne->unk_214),
|
||||
DISPLAY_FLOAT_NUMBER,
|
||||
0, 0
|
||||
},
|
||||
{
|
||||
"Accel Offset C4: ",
|
||||
&gPlayers[0].unk_0C4,
|
||||
sizeof(gPlayerOne->unk_0C4),
|
||||
DISPLAY_SIGNED_NUMBER,
|
||||
0, 0
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user