Allow flute use in rain state if weathervane is activated

This commit is contained in:
codemann8
2025-01-02 04:52:03 -06:00
parent 94f8bec8ae
commit 72b7dea6fd

View File

@@ -468,7 +468,7 @@ RTL
;-------------------------------------------------------------------------------- ;--------------------------------------------------------------------------------
; sets A to #$02 to ignore summoning the duck ; sets A to #$02 to ignore summoning the duck
FluteCallForDuck: FluteCallForDuck:
LDA.l WarningFlags : AND.b #$20 : BNE .vanilla ; glitched modes allowed flute in rain state LDA.l OverworldEventDataWRAM+$18 : AND.b #$20 : BNE .vanilla ; allow flute in rain state if weathervane activated
LDA.l ProgressIndicator : CMP.b #$02 : BCS .vanilla ; must rescue Zelda first LDA.l ProgressIndicator : CMP.b #$02 : BCS .vanilla ; must rescue Zelda first
.noDuck .noDuck