summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/debug.inc.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/debug/debug.inc.c b/src/debug/debug.inc.c
index 5b5950469..84c903dd6 100644
--- a/src/debug/debug.inc.c
+++ b/src/debug/debug.inc.c
@@ -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