diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-04-06 00:37:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 00:37:08 -0400 |
commit | 93d17ef7c886b96791931ba50406b59756e1bdbd (patch) | |
tree | a96f8cc5e480114dadd1362372da0606c26bc928 /src/item_pc.c | |
parent | 5f1a4de374417b7580131d45c0a478f062f3916f (diff) | |
parent | 35a578c62050893d5f347f637acbdcbbfb99f311 (diff) |
Merge branch 'master' into doc-rm
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: |