summaryrefslogtreecommitdiff
path: root/src/items.c
diff options
context:
space:
mode:
authorCheng Hann Gan <chenghanngan.us@gmail.com>2021-11-13 19:59:20 -0500
committerGitHub <noreply@github.com>2021-11-13 16:59:20 -0800
commit0ea22237c933523f66d7468a953c5a5057b3a899 (patch)
tree07290e57a9092e6c3e5d49bf28e37b20411cf04d /src/items.c
parent561ea52847f5a88dc6a9a79dbfc5c40f421cace5 (diff)
Decomped DecideUseItem (#73)
Diffstat (limited to 'src/items.c')
-rw-r--r--src/items.c2
1 files changed, 1 insertions, 1 deletions
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];
}