From 72b7dea6fd4b39a452f2d703213c331a80fd19b7 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 2 Jan 2025 04:52:03 -0600 Subject: [PATCH] Allow flute use in rain state if weathervane is activated --- inventory.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.asm b/inventory.asm index c324075..003dfe2 100644 --- a/inventory.asm +++ b/inventory.asm @@ -468,7 +468,7 @@ RTL ;-------------------------------------------------------------------------------- ; sets A to #$02 to ignore summoning the duck 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 .noDuck