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