summaryrefslogtreecommitdiff
path: root/include/menu_helpers.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-04-06 17:14:07 -0700
committerGitHub <noreply@github.com>2018-04-06 17:14:07 -0700
commit18a6fb5c3fcdc852a8ee805ba02b2807938e1de8 (patch)
tree8b31e761c5b2b03e2b5200baec6755f6a3273fe5 /include/menu_helpers.h
parented5847cb41c48357d83b92823e08393a1ca54bdd (diff)
parent9e4bf55716fb5a27bc2f6eee4a489e48327eac3f (diff)
Merge pull request #586 from PikalaxALT/nakamura
Nakamura debug menu
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r--include/menu_helpers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h
index a1c872c73..fb50ae724 100644
--- a/include/menu_helpers.h
+++ b/include/menu_helpers.h
@@ -50,5 +50,8 @@ void StartVerticalScrollIndicators(u8);
void sub_80F98DC(u8);
void PauseVerticalScrollIndicator(u8);
void SetVerticalScrollIndicatorPriority(u8, u8);
+#if DEBUG
+void PrintTriangleCursorWithPalette(u8, u8, u8);
+#endif // DEBUG
#endif // GUARD_MENU_HELPERS_H