fix incorrect stage check

This commit is contained in:
gymnast86
2026-05-17 07:07:02 -07:00
parent ccaee02c2e
commit 879c68f8a3
+1 -1
View File
@@ -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.