mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 23:23:43 +01:00
Review changes for #806
This commit is contained in:
parent
5092ad376d
commit
459fca289c
@ -292,7 +292,7 @@ static void Task_OptionMenuProcessInput(u8 taskId)
|
||||
}
|
||||
else if (gMain.newKeys & DPAD_DOWN)
|
||||
{
|
||||
if (gTasks[taskId].data[TD_MENUSELECTION] <= MENUITEM_CANCEL - 1)
|
||||
if (gTasks[taskId].data[TD_MENUSELECTION] < MENUITEM_CANCEL)
|
||||
gTasks[taskId].data[TD_MENUSELECTION]++;
|
||||
else
|
||||
gTasks[taskId].data[TD_MENUSELECTION] = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user