diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-29 17:45:11 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-29 17:45:11 -0400 |
commit | 1bed74a6a1c7bc48d957167ef08a8c50fda42460 (patch) | |
tree | c80a72b2363614c67fa086da960749e50cc8cb37 /src/item_pc.c | |
parent | 8c23bd7c96d1d7555a03a9288b924edcdebad7f6 (diff) |
doc option_menu
Diffstat (limited to 'src/item_pc.c')
-rw-r--r-- | src/item_pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item_pc.c b/src/item_pc.c index af57d9f03..1fda50d6f 100644 --- a/src/item_pc.c +++ b/src/item_pc.c @@ -385,7 +385,7 @@ static bool8 ItemPc_DoGfxSetup(void) gMain.state++; break; case 20: - if ((u8)sub_80BF72C() != TRUE) + if ((u8)MenuHelpers_CallLinkSomething() != TRUE) gMain.state++; break; default: |