From 39a71e64d1b6823cd12bf74a80e2d5bf287165d9 Mon Sep 17 00:00:00 2001 From: Evan Date: Wed, 20 Nov 2019 09:57:19 -0700 Subject: fix nonmatching --- src/item_pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/item_pc.c') 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: -- cgit v1.2.3