From d42417657bedab098ac21d0e82be07ea21e32e0f 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 cef2655..e86eebb 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