diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-13 16:08:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 16:08:57 -0500 |
commit | 5dc85a079d9b18d95e655ebf5709530be41797f9 (patch) | |
tree | 2a6c50b6fbb20d074cc6d526cb904b251166de7b /src/debug/sound_check_menu.c | |
parent | d067f0e6717908f4cb6d0c0ac9ba4fea8eb2cebe (diff) | |
parent | aeebfee838222b9054da0632f2a65d2f934f7e23 (diff) |
Merge pull request #742 from PikalaxALT/modern_gcc
Modern gcc
Diffstat (limited to 'src/debug/sound_check_menu.c')
-rw-r--r-- | src/debug/sound_check_menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/sound_check_menu.c b/src/debug/sound_check_menu.c index 95e71fad5..dec9b4371 100644 --- a/src/debug/sound_check_menu.c +++ b/src/debug/sound_check_menu.c @@ -184,8 +184,8 @@ void Task_InitSoundCheckMenu(u8 taskId) // ideally this should be a multi Coords8 struct, but it wont match when its treated like a struct. static const u8 gUnknown_083D0300[] = { 1, 1, 1, 3, 1, 5, 1, 7, 1, 9, 1, 11, 1, 13, 1, 15, 1, 17 }; -extern const u8 *const gBGMNames[]; -extern const u8 *const gSENames[]; +static const u8 *const gBGMNames[]; +static const u8 *const gSENames[]; void sub_80BA384(u8 taskId) // Task_HandleDrawingSoundCheckMenuText { |