mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
Started cleaning up the itemNo enum
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user