summaryrefslogtreecommitdiff
path: root/include/menu_helpers.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-01-19 14:47:23 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2020-01-19 14:47:23 -0500
commit6e41dd7b2120f8024bb0cfff7a5ef25f0dce0366 (patch)
tree7321fee3edb6ab8da340faffd780911d53e2fbac /include/menu_helpers.h
parenta698f43f26f16fed3e7d0bd377b2ffac9b52e78d (diff)
Document item_menu
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r--include/menu_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h
index 90aeb95f6..d26f50483 100644
--- a/include/menu_helpers.h
+++ b/include/menu_helpers.h
@@ -20,7 +20,7 @@ bool8 sub_80BF748(void);
bool8 MenuHelpers_LinkSomething(void);
void SetVBlankHBlankCallbacksToNull(void);
void ResetAllBgsCoordinatesAndBgCntRegs(void);
-u8 sub_80BF8E4(void);
+u8 GetDialogBoxFontId(void);
bool8 AdjustQuantityAccordingToDPadInput(s16 *arg0, u16 arg1);
void DisplayMessageAndContinueTask(u8 taskId, u8 windowId, u16 tileNum, u8 paletteNum, u8 fontId, u8 textSpeed, const u8 *string, void *taskFunc);
void CreateYesNoMenuWithCallbacks(u8 taskId, const struct WindowTemplate *template, u8 fontId, u8 left, u8 top, u16 tileStart, u8 palette, const struct YesNoFuncTable *yesNo);