summaryrefslogtreecommitdiff
path: root/include/menu_helpers.h
diff options
context:
space:
mode:
authorEvan <eroelke@gmail.com>2019-11-18 15:21:22 -0700
committerEvan <eroelke@gmail.com>2019-11-19 14:21:00 -0700
commit422533386dc2c92de4675fa5f9df10b81cfe6eb1 (patch)
tree1c2e4c7dca51bf1af9887011b6bfbbf3b762264b /include/menu_helpers.h
parenta48e03b78c0e4f1b72e9e62b4c927f4c59836339 (diff)
matching up to sub_8088D8C
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 6ea771500..8d042825c 100644
--- a/include/menu_helpers.h
+++ b/include/menu_helpers.h
@@ -12,7 +12,7 @@ struct YesNoFuncTable
};
bool16 RunTextPrinters_CheckActive(u8 textPrinterId);
-bool8 sub_80BF72C(void);
+bool32 sub_80BF72C(void);
bool8 sub_80BF748(void);
bool8 MenuHelpers_LinkSomething(void);
void SetVBlankHBlankCallbacksToNull(void);