diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-04 12:11:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-04 12:11:31 -0400 |
commit | be7d0bd3b02727affddb422bdd868f2d219fe181 (patch) | |
tree | 2a888fe548d140e37456f6916075cc963fb51cee /include/menu_helpers.h | |
parent | 17b657d83a29919253675b06c12a9ea5471385b2 (diff) | |
parent | 7940f121f66bb0ebe0932bc642c3d9b4015f79a7 (diff) |
Merge branch 'master' into doc-menu
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 df71ce252..0e063e5c1 100644 --- a/include/menu_helpers.h +++ b/include/menu_helpers.h @@ -27,8 +27,8 @@ u8 GetLRKeysPressed(void); u8 GetLRKeysPressedAndHeld(void); bool8 IsHoldingItemAllowed(u16 itemId); bool8 IsWritingMailAllowed(u16 itemId); -bool8 MenuHelpers_LinkSomething(void); -bool8 MenuHelpers_CallLinkSomething(void); +bool8 MenuHelpers_IsLinkActive(void); +bool8 MenuHelpers_ShouldWaitForLinkRecv(void); void SetItemListPerPageCount(struct ItemSlot *slots, u8 slotsCount, u8 *pageItems, u8 *totalItems, u8 maxPerPage); void SetCursorWithinListBounds(u16 *scrollOffset, u16 *cursorPos, u8 maxShownItems, u8 totalItems); void SetCursorScrollWithinListBounds(u16 *scrollOffset, u16 *cursorPos, u8 shownItems, u8 totalItems, u8 maxShownItems); |