diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-07-08 16:01:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-08 16:01:56 -0400 |
commit | 0816046a73902d513d45a6bc7ab5986384411b5b (patch) | |
tree | 0981cc30f2360f9c70b6b58f189525bef0a0381f /include/menu_helpers.h | |
parent | f75c048434d5dc7538e628206c29a0730404db81 (diff) | |
parent | 4672e05560da3f49a9fdb6be1b1a5fa73e8adccd (diff) |
Merge pull request #346 from luckytyphlosion/master
Match (almost) all of pokemon_summary_screen.c
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 0c0623cc0..2aeef23e9 100644 --- a/include/menu_helpers.h +++ b/include/menu_helpers.h @@ -15,7 +15,7 @@ struct YesNoFuncTable }; bool16 RunTextPrinters_CheckActive(u8 textPrinterId); -bool32 MenuHelpers_CallLinkSomething(void); +bool8 MenuHelpers_CallLinkSomething(void); bool8 sub_80BF748(void); bool8 MenuHelpers_LinkSomething(void); void SetVBlankHBlankCallbacksToNull(void); |