diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-06 09:59:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-06 09:59:23 -0500 |
commit | f483a93beaaeff82ad0a6b8b6e67a5a1b25ec989 (patch) | |
tree | 16e060c6cda0d9c5565b2400f5048f70170e014f /include/new_menu_helpers.h | |
parent | ed647322294b5c04d80f02aa05d7db08b49c0646 (diff) | |
parent | fef3383c6cab5172f29c677caa606234f986fad6 (diff) |
Merge pull request #290 from PikalaxALT/field_message_box
Decompile field_message_box
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 |