summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorTyler McGavran <tyler.taggerung@gmail.com>2023-09-10 16:21:16 -0400
committerGitHub <noreply@github.com>2023-09-10 14:21:16 -0600
commitc85a333a3fd73dbdec200c79387730f5f130a412 (patch)
treef0468ccbe495f83264145ed646fc52e7209fcd47 /src/debug
parentccfe6047195d51778ced273b1dcdd020bafac203 (diff)
Add new utility to calculate packed dl end and vertex count (#411)
* Add new utility to calculate packed dl end and vertex count Requires changing a bunch of actual references to packed dl lists with raw numbers. Which feels extremely bad but it doesn't match otherwise. Signed-off-by: Taggerung <tyler.taggerung@email.com> * Hard code array lenghts in appropriate headers Use macros to generate the vertex counts and packed dl end points Heavily dependent on the array lengths being accurate. If they aren't stuff will break. Signed-off-by: Taggerung <tyler.taggerung@email.com>
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/all_variables.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/debug/all_variables.h b/src/debug/all_variables.h
index f88314250..49cfa444b 100644
--- a/src/debug/all_variables.h
+++ b/src/debug/all_variables.h
@@ -70,7 +70,9 @@
#include <ultra64.h>
#include <variables.h>
#include <vehicles.h>
-#include <vertice_count_gen.h>
#include <waypoints.h>
+#include <courses/all_course_data.h>
+#include <courses/all_course_packed.h>
+
#endif