fix some first item bits accidentally getting unset

This commit is contained in:
gymnast86
2026-06-06 23:39:18 -07:00
parent bbea07ba9e
commit 5b6f2f6e91
3 changed files with 24 additions and 1 deletions
+3
View File
@@ -526,6 +526,9 @@ int checkItemGet(u8, int);
BOOL isHeart(u8 item_no);
int isBomb(u8);
int isArrow(u8);
#if TARGET_PC
int isRupee(u8);
#endif
int addBombCount(u8, u8);
BOOL isBottleItem(u8 item_no);
u8 check_itemno(int i_itemNo);