shithub: zelda3

Download patch

ref: c2e31a9d888d734bda5981b1d01cb5a5de97ee85
parent: 4f2ac6067bec8735231d2ec896166683df69d365
author: Snesrev <snesrev@protonmail.com>
date: Fri Sep 30 12:21:23 EDT 2022

Fix jump ledge exploration glitch (#126)

--- a/player.c
+++ b/player.c
@@ -6168,6 +6168,10 @@
   link_direction &= ~0xf;
   player_on_somaria_platform = 0;
   link_spin_attack_step_counter = 0;
+
+  // This fixes the jump ledge exploration glitch
+  if (enhanced_features0 & kFeatures0_MiscBugFixes)
+    about_to_jump_off_ledge = 0;
 }
 
 void Link_ResetProperties_A() {  // 87f1a3