From 879c68f8a3ab24303542acc005a45741488675fc Mon Sep 17 00:00:00 2001 From: gymnast86 Date: Sun, 17 May 2026 07:07:02 -0700 Subject: [PATCH] fix incorrect stage check --- src/d/d_save.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d/d_save.cpp b/src/d/d_save.cpp index 889cceb349..b3875bc085 100644 --- a/src/d/d_save.cpp +++ b/src/d/d_save.cpp @@ -1213,7 +1213,7 @@ void dSv_memBit_c::onSwitch(int i_no) { } } } - else if (getStageID() == Kakariko_Village_Interiors) { + else if (getStageID() == Kakariko_Village) { // Hawkeye is for sale. if (i_no == 0x3E) { // Remove the coming soon sign so the hawkeye can be bought.