summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2023-10-06 00:19:09 -0600
committerGitHub <noreply@github.com>2023-10-06 00:19:09 -0600
commit2b74bbbcefe396564a55357eda094fc8c8baf36a (patch)
tree02ff798bcacc50d767e033cb2d13cab819e72eee /src/debug
parent274fc21ffa271492d1fa231c99fc48a11e3bbed1 (diff)
Doc setup_game_memory, label syms, add osSyncPrintf support, match funcs (#444)
* Doc setup_game_memory and label syms * match func_800132F4 * match func label defines * fix some fake ptrs * match more code * Matches * Add osSyncPrintf support and matches * Add func equiv to draw_square and add comment to is_debug
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/all_variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/all_variables.h b/src/debug/all_variables.h
index 49cfa444b..531bd8d5c 100644
--- a/src/debug/all_variables.h
+++ b/src/debug/all_variables.h
@@ -62,8 +62,8 @@
#include <macros.h>
#include <mk64.h>
#include <objects.h>
+#include <hardcoded_segments.h>
#include <segments.h>
-#include <segment_symbols.h>
#include <sounds.h>
#include <trig_tables.h>
#include <types.h>