diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-08-11 18:59:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 18:59:58 -0400 |
commit | cc516274650bfc21437003c16bb793a43d190a41 (patch) | |
tree | bcdf654def7c0516c0e10d0a4e1aa8c21a5b4b10 /include/menu_helpers.h | |
parent | 0bc26d9d79a034a50a5b0bb819bfe6bb9802e730 (diff) | |
parent | bd5cf070597e9c9d175777832859ed0c64fe7760 (diff) |
Merge pull request #1489 from GriffinRichards/doc-playerpc
Document player pc
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r-- | include/menu_helpers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h index 9909437a2..b8ac067ed 100644 --- a/include/menu_helpers.h +++ b/include/menu_helpers.h @@ -32,8 +32,8 @@ bool8 sub_8122148(u16 itemId); bool8 IsWritingMailAllowed(u16 itemId); bool8 MenuHelpers_LinkSomething(void); bool8 MenuHelpers_CallLinkSomething(void); -void sub_812220C(struct ItemSlot *slots, u8 count, u8 *arg2, u8 *usedSlotsCount, u8 maxUsedSlotsCount); -void sub_812225C(u16 *scrollOffset, u16 *cursorPos, u8 maxShownItems, u8 numItems); +void SetItemListPerPageCount(struct ItemSlot *slots, u8 slotsCount, u8 *pageItems, u8 *totalItems, u8 maxPerPage); +void SetCursorWithinListBounds(u16 *scrollOffset, u16 *cursorPos, u8 maxShownItems, u8 totalItems); void sub_8122298(u16 *arg0, u16 *arg1, u8 arg2, u8 arg3, u8 arg4); void LoadListMenuSwapLineGfx(void); void CreateSwapLineSprites(u8 *spriteIds, u8 count); |