summaryrefslogtreecommitdiff
path: root/src/code/z_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/z_debug.c')
-rw-r--r--src/code/z_debug.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code/z_debug.c b/src/code/z_debug.c
index f937b2d17..d83dc2337 100644
--- a/src/code/z_debug.c
+++ b/src/code/z_debug.c
@@ -32,7 +32,7 @@ Color_RGBA8 sDebugCamTextColors[] = {
{ 128, 255, 32, 128 }, // DEBUG_CAM_TEXT_GREEN
};
-#if OOT_DEBUG
+#if DEBUG_FEATURES
InputCombo sRegGroupInputCombos[REG_GROUPS] = {
{ BTN_L, BTN_CUP }, // REG
{ BTN_L, BTN_CLEFT }, // SREG
@@ -158,7 +158,7 @@ void DebugCamera_DrawScreenText(GfxPrint* printer) {
}
}
-#if OOT_DEBUG
+#if DEBUG_FEATURES
/**
* Updates the state of the Reg Editor according to user input.
* Also contains a controller rumble test that can be interfaced with via related REGs.
@@ -298,7 +298,7 @@ void Debug_DrawText(GraphicsContext* gfxCtx) {
DebugCamera_DrawScreenText(&printer);
}
-#if OOT_DEBUG
+#if DEBUG_FEATURES
if (gRegEditor->regPage != 0) {
Regs_DrawEditor(&printer);
}