diff options
author | Evan <eroelke@gmail.com> | 2019-11-20 09:57:19 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-11-20 09:57:19 -0700 |
commit | 39a71e64d1b6823cd12bf74a80e2d5bf287165d9 (patch) | |
tree | c3fcd490af5a291e7b2dd74e8b5bdea790c02516 /src/item_pc.c | |
parent | 9f7c34d6456bfb204cf7bea871c43406e51801c2 (diff) |
fix nonmatching
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 8569844b9..895c4b693 100644 --- a/src/item_pc.c +++ b/src/item_pc.c @@ -384,7 +384,7 @@ static bool8 ItemPc_DoGfxSetup(void) gMain.state++; break; case 20: - if (sub_80BF72C() != TRUE) + if ((u8) sub_80BF72C() != TRUE) gMain.state++; break; default: |