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 /src/new_menu_helpers.c | |
parent | ed647322294b5c04d80f02aa05d7db08b49c0646 (diff) | |
parent | fef3383c6cab5172f29c677caa606234f986fad6 (diff) |
Merge pull request #290 from PikalaxALT/field_message_box
Decompile field_message_box
Diffstat (limited to 'src/new_menu_helpers.c')
-rw-r--r-- | src/new_menu_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_menu_helpers.c b/src/new_menu_helpers.c index 11b353b8c..959370398 100644 --- a/src/new_menu_helpers.c +++ b/src/new_menu_helpers.c @@ -716,7 +716,7 @@ void DestroyHelpMessageWindow_(void) DestroyHelpMessageWindow(2); } -void sub_80F79A4(void) +void LoadSignPostWindowFrameGfx(void) { Menu_LoadStdPal(); sub_814FEEC(0, DLG_WINDOW_BASE_TILE_NUM, 0x10 * DLG_WINDOW_PALETTE_NUM); |