Dynamic Multichoice no longer plays sound on init (#4480)
This commit is contained in:
parent
432c4f233c
commit
b3a4553860
@ -329,7 +329,8 @@ void MultichoiceDynamic_DestroyStack(void)
|
||||
static void MultichoiceDynamic_MoveCursor(s32 itemIndex, bool8 onInit, struct ListMenu *list)
|
||||
{
|
||||
u8 taskId;
|
||||
PlaySE(SE_SELECT);
|
||||
if (!onInit)
|
||||
PlaySE(SE_SELECT);
|
||||
taskId = FindTaskIdByFunc(Task_HandleScrollingMultichoiceInput);
|
||||
if (taskId != TASK_NONE)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user