fix sScrollableMultichoice_ListMenuItem alloc size
This commit is contained in:
parent
208f97e1e3
commit
769e128cc9
@ -2555,7 +2555,7 @@ static void Task_ShowScrollableMultichoice(u8 taskId)
|
||||
sScrollableMultichoice_ItemSpriteId = MAX_SPRITES;
|
||||
FillFrontierExchangeCornerWindowAndItemIcon(task->tScrollMultiId, 0);
|
||||
ShowBattleFrontierTutorWindow(task->tScrollMultiId, 0);
|
||||
sScrollableMultichoice_ListMenuItem = AllocZeroed(task->tNumItems * 8);
|
||||
sScrollableMultichoice_ListMenuItem = AllocZeroed(task->tNumItems * sizeof(struct ListMenuItem));
|
||||
sFrontierExchangeCorner_NeverRead = 0;
|
||||
InitScrollableMultichoice();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user