document inventory slots

This commit is contained in:
Jasper St. Pierre
2024-12-27 01:23:55 -08:00
parent 2db35c0108
commit 929027bfc1
11 changed files with 431 additions and 396 deletions
+1 -2
View File
@@ -1003,8 +1003,7 @@ void daAgb_c::GbaItemUse() {
temp_r29 |= 0x10000;
}
if (dComIfGs_getItem(12) != dItem_NONE_e && dComIfGs_getArrowNum() < dComIfGs_getArrowMax())
{
if (dComIfGs_getItem(dInvSlot_BOW_e) != dItem_NONE_e && dComIfGs_getArrowNum() < dComIfGs_getArrowMax()) {
temp_r29 |= 0x100;
}
}