diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-03 16:06:58 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-03 17:38:08 -0400 |
commit | 085f8adec62be6a1ecf7b4389148867408b30bed (patch) | |
tree | 5ef7348899ff867646ba9d13904ff034df7af7ed /src/apprentice.c | |
parent | 9a0618afc3f7ccf8a5d19ee5815fd388003d4a95 (diff) |
Start remaining menu documentation
Diffstat (limited to 'src/apprentice.c')
-rw-r--r-- | src/apprentice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apprentice.c b/src/apprentice.c index 8421d4d8b..604891511 100644 --- a/src/apprentice.c +++ b/src/apprentice.c @@ -645,7 +645,7 @@ static void CreateApprenticeMenu(u8 menu) for (i = 0; i < count; i++) AddTextPrinterParameterized(windowId, FONT_NORMAL, strings[i], 8, (i * 16) + 1, TEXT_SPEED_FF, NULL); - InitMenuInUpperLeftCornerPlaySoundWhenAPressed(windowId, count, 0); + InitMenuInUpperLeftCornerNormal(windowId, count, 0); CreateChooseAnswerTask(TRUE, count, windowId); } |