From 0ea22237c933523f66d7468a953c5a5057b3a899 Mon Sep 17 00:00:00 2001 From: Cheng Hann Gan Date: Sat, 13 Nov 2021 19:59:20 -0500 Subject: Decomped DecideUseItem (#73) --- src/items.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/items.c') diff --git a/src/items.c b/src/items.c index 05033e4..0b6075f 100644 --- a/src/items.c +++ b/src/items.c @@ -292,7 +292,7 @@ u8 *GetItemDescription(u8 itemIndex) return gItemParametersData[itemIndex].descriptionPointer; } -u32 GetItemAIFlags(u8 itemIndex, u32 r1) +bool8 GetItemAIFlag(u8 itemIndex, u32 r1) { return gItemParametersData[itemIndex].aiFlags[r1]; } -- cgit v1.2.3