summaryrefslogtreecommitdiff
path: root/include/menu_helpers.h
diff options
context:
space:
mode:
authorEvan <eroelke@gmail.com>2019-11-18 21:03:51 -0700
committerEvan <eroelke@gmail.com>2019-11-19 10:04:40 -0700
commitcb5dc21a4e8fecbffcb46e34782d9db3b21ccb13 (patch)
treecceee4da703488dffa03485bd57c37d7dadffc9d /include/menu_helpers.h
parentb58554b9aebf7b8d6cebf682020a267c981bd5a0 (diff)
matching rom
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 8d042825c..6ea771500 100644
--- a/include/menu_helpers.h
+++ b/include/menu_helpers.h
@@ -12,7 +12,7 @@ struct YesNoFuncTable
};
bool16 RunTextPrinters_CheckActive(u8 textPrinterId);
-bool32 sub_80BF72C(void);
+bool8 sub_80BF72C(void);
bool8 sub_80BF748(void);
bool8 MenuHelpers_LinkSomething(void);
void SetVBlankHBlankCallbacksToNull(void);