From 001107aa3b382dbf5e3f1823c883c1509823cbaf Mon Sep 17 00:00:00 2001 From: compiling <8335770+compiling@users.noreply.github.com> Date: Sun, 7 Jun 2020 18:32:24 +1000 Subject: [PATCH] Don't auto equip silvers when they are only usable at Ganon --- newitems.asm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/newitems.asm b/newitems.asm index 8325f0b..864a609 100755 --- a/newitems.asm +++ b/newitems.asm @@ -207,12 +207,15 @@ AddReceivedItemExpandedGetItem: ++ BRL .done + CMP.b #$3B : BNE + ; Silver Bow + LDA.l SilverArrowsUseRestriction : BNE .noequip + LDA.l SilverArrowsAutoEquip : AND.b #$01 : BEQ .noequip LDA $7EF376 : BNE ++ ; check arrows LDA.b #$03 : BRA +++ ; bow without arrow ++ LDA.b #$04 ; bow with arrow +++ STA $7EF340 + .noequip LDA !INVENTORY_SWAP_2 : ORA #$40 : STA !INVENTORY_SWAP_2 ; mark silver bow on y-toggle BRL .done + CMP.b #$4C : BNE + ; 50 bombs