summaryrefslogtreecommitdiff
path: root/include/new_menu_helpers.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-03-06 09:06:44 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-03-06 09:06:44 -0500
commitfef3383c6cab5172f29c677caa606234f986fad6 (patch)
tree31910dc49d4938a68f05b6297bcf1ad18ea06adf /include/new_menu_helpers.h
parent113a817a56a5231971ad9bd3ab1cdf2f7b0c9305 (diff)
Address review comments; struct pointer style fix in scrcmd.c
Diffstat (limited to 'include/new_menu_helpers.h')
-rw-r--r--include/new_menu_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/new_menu_helpers.h b/include/new_menu_helpers.h
index f20375675..8e05f247f 100644
--- a/include/new_menu_helpers.h
+++ b/include/new_menu_helpers.h
@@ -47,7 +47,7 @@ void RemoveStartMenuWindow(void);
u16 GetStdWindowBaseTileNum(void);
void DrawHelpMessageWindowWithText(const u8 * text);
void DestroyHelpMessageWindow_(void);
-void sub_80F79A4(void);
+void LoadSignPostWindowFrameGfx(void);
void SetDefaultFontsPointer(void);
#endif // GUARD_NEW_MENU_HELPERS_H