mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 19:54:21 +01:00
use MENU_FIELD_MOVES in sub_81B31B0
This commit is contained in:
parent
4228750e38
commit
f76f395563
@ -3650,7 +3650,7 @@ static u8 sub_81B31B0(u8 a)
|
||||
|
||||
for (i = 0; i < gUnknown_0203CEC4->listSize; i++)
|
||||
{
|
||||
u8 unk = (gUnknown_0203CEC4->actions[i] > 18) ? 4 : 3;
|
||||
u8 unk = (gUnknown_0203CEC4->actions[i] >= MENU_FIELD_MOVES) ? 4 : 3;
|
||||
AddTextPrinterParameterized4(gUnknown_0203CEC4->windowId[0], 1, cursorDimension, (i * 16) + 1, fontAttribute, 0, sFontColorTable[unk], 0, sCursorOptions[gUnknown_0203CEC4->actions[i]].text);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user