From 45012a66d74e8c475e08b04054ed26517c4ab8eb Mon Sep 17 00:00:00 2001 From: TheXaman Date: Tue, 22 Jun 2021 19:04:39 +0200 Subject: [PATCH] fixes PlaySE overwriting some "music tracks" like MUS_MOVE_DELETED --- src/debug.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/debug.c b/src/debug.c index abed66246..7fbeec4d8 100644 --- a/src/debug.c +++ b/src/debug.c @@ -2729,8 +2729,6 @@ static void DebugAction_Sound_SE_SelectId(u8 taskId) { if (gMain.newKeys & DPAD_ANY) { - PlaySE(SE_SELECT); - if(gMain.newKeys & DPAD_UP) { gTasks[taskId].data[3] += sPowersOfTen[gTasks[taskId].data[4]]; @@ -2808,8 +2806,6 @@ static void DebugAction_Sound_MUS_SelectId(u8 taskId) { if (gMain.newKeys & DPAD_ANY) { - PlaySE(SE_SELECT); - if(gMain.newKeys & DPAD_UP) { gTasks[taskId].data[3] += sPowersOfTen[gTasks[taskId].data[4]];