ref: fd0ea0bffe7f45f35924e6d21826d46d509d08a4
parent: 6ccbc7fba30bab731577a0ce4512bec6ce420e8f
author: Snesrev <snesrev@protonmail.com>
date: Fri Sep 30 02:23:54 EDT 2022
Fix discovery chime for dark world ice palace portal (#126)
--- a/overworld.c
+++ b/overworld.c
@@ -3585,6 +3585,9 @@
if (overworld_screen_index == 0x5b && follower_indicator != 13)
goto fail;
sound_effect_2 = 0x1b;
+ // The discovery chime is missing when lifting the rock covering the magic portal leading to the Ice Temple
+ } else if (data == 0x82 && (enhanced_features0 & kFeatures0_MiscBugFixes)) {
+ sound_effect_2 = 0x1b;
}
static const uint16 kTileBelow[4] = { 0xDCC, 0x212, 0xFFFF, 0xDB4 };
AdjustSecretForPowder();