diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-11-21 11:35:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-21 11:35:50 -0500 |
commit | 74b05cfb0a5b54acc269a557c765f84431afe559 (patch) | |
tree | 11a039ad7737c105d4b81ae653ba899d342b6e57 /include/menu_helpers.h | |
parent | 1234d0252cbe2b0001784b10b75f0d339824632d (diff) | |
parent | 407d22af8e685076bc92f837266786dfe78e7123 (diff) |
Merge pull request #159 from ghoulslash/master
option_menu to src
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 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); |