Skip to content

Commit

Permalink
Fix center crash (#4725)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassoonian authored Jun 5, 2024
1 parent dce10ab commit 8e15603
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/list_menu.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ struct ListMenuTemplate
const struct ListMenuItem *items;
void (* moveCursorFunc)(s32 itemIndex, bool8 onInit, struct ListMenu *list);
void (* itemPrintFunc)(u8 windowId, u32 itemId, u8 y);
u16 totalItems:12;
u16 maxShowed:12;
u16 textNarrowWidth:8;
u32 totalItems:12;
u32 maxShowed:12;
u32 textNarrowWidth:8;
u8 windowId;
u8 header_X;
u8 item_X;
Expand Down

0 comments on commit 8e15603

Please sign in to comment.