mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
document inventory slots
This commit is contained in:
+1
-1
@@ -1344,7 +1344,7 @@ u8 dShop_BoughtErrorStatus(ShopItems_c* shopItems, int param_2, int param_3) {
|
||||
|
||||
if (buyCond & Shop_BuyCond_MUST_OWN_ITEM_e) {
|
||||
if (itemData->mMustOwnItemNo == dItem_BOW_e) {
|
||||
if (dComIfGs_getItem(0xC) == dItem_NONE_e) {
|
||||
if (dComIfGs_getItem(dInvSlot_BOW_e) == dItem_NONE_e) {
|
||||
errorStatus |= Shop_BuyCond_MUST_OWN_ITEM_e;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user