Merge pull request #1464 from garrettjoecox/tiny-fix-for-tracker-wallet

Fix adult wallet having its own max capacity on tracker
This commit is contained in:
briaguya 2022-09-13 10:31:20 -04:00 committed by GitHub
commit 04a375aa6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,10 +276,6 @@ ItemTrackerNumbers GetItemCurrentAndMax(ItemTrackerItem item) {
result.currentAmmo = AMMO(ITEM_SLINGSHOT);
break;
case ITEM_WALLET_ADULT:
result.currentCapacity = CUR_CAPACITY(UPG_WALLET);
result.maxCapacity = 200;
result.currentAmmo = gSaveContext.rupees;
break;
case ITEM_WALLET_GIANT:
result.currentCapacity = CUR_CAPACITY(UPG_WALLET);
result.maxCapacity = 500;