diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-06 09:06:44 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-06 09:06:44 -0500 |
commit | fef3383c6cab5172f29c677caa606234f986fad6 (patch) | |
tree | 31910dc49d4938a68f05b6297bcf1ad18ea06adf /include/new_menu_helpers.h | |
parent | 113a817a56a5231971ad9bd3ab1cdf2f7b0c9305 (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.h | 2 |
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 |