summaryrefslogtreecommitdiff
path: root/include/new_menu_helpers.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-04-15 13:59:00 -0400
committerGitHub <noreply@github.com>2019-04-15 13:59:00 -0400
commit5bf1c29cee223cba17a1ec93af0196e380e8cbf1 (patch)
tree15e666997001cf39d482f2636953c654d255af3e /include/new_menu_helpers.h
parent0cb1417de441af6e688fc4784da498bb677cc888 (diff)
parent0f569270391f68ef10a703a9e37f1a4e298a0cee (diff)
Merge pull request #49 from PikalaxALT/tm_case
Tm case
Diffstat (limited to 'include/new_menu_helpers.h')
-rw-r--r--include/new_menu_helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/new_menu_helpers.h b/include/new_menu_helpers.h
index fe8b5b754..b17326667 100644
--- a/include/new_menu_helpers.h
+++ b/include/new_menu_helpers.h
@@ -29,5 +29,6 @@ void ResetBg0(void);
void Menu_LoadStdPalAt(u16);
void * malloc_and_decompress(const void * src, u32 * size);
u16 sub_80F796C(void);
+void sub_80F6B08(u8 bgId, u8 left, u8 top, u8 width, u8 height, u8 palette);
#endif // GUARD_NEW_MENU_HELPERS_H