diff --git a/arm9/source/config.c b/arm9/source/config.c index 9aa0492..aeb963c 100644 --- a/arm9/source/config.c +++ b/arm9/source/config.c @@ -1064,7 +1064,8 @@ void configMenu(bool oldPinStatus, u32 oldPinMode) if(pressed & BUTTON_START) { startPressed = true; - pressed |= (BUTTON_RIGHT); + // This moves the cursor to the last entry + pressed = BUTTON_RIGHT; } if(pressed & DPAD_BUTTONS)