diff options
author | Evan <eroelke@gmail.com> | 2019-11-18 21:03:51 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-11-19 14:21:00 -0700 |
commit | a26885c755c4f90900c2a592214b572be32f4edb (patch) | |
tree | f62b9dc348c2056fcbe8771e1378841e0ae38f60 /include/menu_helpers.h | |
parent | 422533386dc2c92de4675fa5f9df10b81cfe6eb1 (diff) |
matching rom
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r-- | include/menu_helpers.h | 2 |
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); |