summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2023-09-17 16:57:18 -0600
committerGitHub <noreply@github.com>2023-09-17 16:57:18 -0600
commit91fc8ea47343023077b9d11b5952ed7e2018ce42 (patch)
treea1bac0350ba66089b4c912da17c56087e440cf85 /src/debug
parent3f221d6f252e673aa24c313c46501832c790c716 (diff)
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
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