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 /src/new_menu_helpers.c | |
parent | 113a817a56a5231971ad9bd3ab1cdf2f7b0c9305 (diff) |
Address review comments; struct pointer style fix in scrcmd.c
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); |