Started cleaning up the itemNo enum

This commit is contained in:
LagoLunatic
2024-02-25 02:05:17 -05:00
parent 914393649b
commit fdba7c3a7b
37 changed files with 807 additions and 807 deletions
+1 -1
View File
@@ -1019,7 +1019,7 @@ void daAgb_c::GbaItemUse() {
temp_r29 |= 0x10000;
}
if (dComIfGs_getItem(12) != NO_ITEM && dComIfGs_getArrowNum() < dComIfGs_getArrowMax())
if (dComIfGs_getItem(12) != dItem_NONE_e && dComIfGs_getArrowNum() < dComIfGs_getArrowMax())
{
temp_r29 |= 0x100;
}