summaryrefslogtreecommitdiff
path: root/src/debug/start_menu_debug.c
diff options
context:
space:
mode:
authorCameron Hall <cameronghall@cox.net>2018-01-21 14:27:32 -0600
committerCameron Hall <cameronghall@cox.net>2018-01-21 14:27:32 -0600
commit608e06126acdc8b6d32a0aa71fdc57bc188b8d7b (patch)
tree6f36375453ab07d7b2ff937f21954919de01d3e1 /src/debug/start_menu_debug.c
parent11a9371349e1743a18dce28cc60b69dd6a29b665 (diff)
fix build of normal ROMs
Diffstat (limited to 'src/debug/start_menu_debug.c')
-rw-r--r--src/debug/start_menu_debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/debug/start_menu_debug.c b/src/debug/start_menu_debug.c
index f8e10baa2..572251fb4 100644
--- a/src/debug/start_menu_debug.c
+++ b/src/debug/start_menu_debug.c
@@ -1,3 +1,5 @@
+#if DEBUG
+
__attribute__((naked))
void debug_sub_8076AC8()
{
@@ -6128,3 +6130,4 @@ void DebugMenu_OpenKiwa()
);
}
+#endif