diff --git a/src/script_menu.c b/src/script_menu.c index e225e893d0..d1f047746c 100644 --- a/src/script_menu.c +++ b/src/script_menu.c @@ -492,7 +492,7 @@ static void Task_HandleScrollingMultichoiceInput(u8 taskId) case LIST_CANCEL: if (!gTasks[taskId].data[1]) { - gSpecialVar_Result = 0x7F; + gSpecialVar_Result = MULTI_B_PRESSED; done = TRUE; } break;