fix for progressive bow hint

This commit is contained in:
sporchia
2019-10-12 10:55:29 -04:00
parent 400d0652bb
commit 2e5cf2af97

View File

@@ -163,9 +163,9 @@ ProcessEventItems:
LDA GoalItemRequirement : BEQ ++ LDA GoalItemRequirement : BEQ ++
LDA !GOAL_COUNTER : INC : STA !GOAL_COUNTER LDA !GOAL_COUNTER : INC : STA !GOAL_COUNTER
CMP GoalItemRequirement : !BLT ++ CMP GoalItemRequirement : !BLT ++
LDA TurnInGoalItems : BNE ++ LDA TurnInGoalItems : BNE ++
JSL.l ActivateGoal JSL.l ActivateGoal
++ ++
LDX.b #$01 : BRA .done LDX.b #$01 : BRA .done
@@ -487,7 +487,7 @@ AddReceivedItemExpanded:
+ ; Any Bow + ; Any Bow
LDA.b #$3B : STA $02D8 : BRA .done LDA.b #$3B : STA $02D8 : BRA .done
++ : CMP.b #$65 : BNE ++ ; Progressive Bow 2 ++ : CMP.b #$65 : BNE ++ ; Progressive Bow 2
LDA #$20 : TSB !INVENTORY_SWAP_2 LDA.l !INVENTORY_SWAP_2 : ORA #$20 : STA.l !INVENTORY_SWAP_2
BRA -- BRA --
++ : CMP.b #$62 : BNE ++ ; RNG Item (Single) ++ : CMP.b #$62 : BNE ++ ; RNG Item (Single)
JSL.l GetRNGItemSingle : STA $02D8 JSL.l GetRNGItemSingle : STA $02D8