From 91fc8ea47343023077b9d11b5952ed7e2018ce42 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Sun, 17 Sep 2023 16:57:18 -0600 Subject: 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 --- src/debug/debug.inc.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'src/debug') 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 -- cgit v1.2.3