shithub: zelda3

Download patch

ref: 166acc4dfb5e27cff23b3672366b6979815f5dad
parent: 21962ad06a1847140f5564770c94fbd33b6460bc
author: Snesrev <snesrev@protonmail.com>
date: Tue Aug 30 23:32:54 EDT 2022

Fix Second Princess :lol: #18

--- a/sprite_main.cpp
+++ b/sprite_main.cpp
@@ -11387,7 +11387,7 @@
     }
   } else {
     sprite_subtype2[k] = 0;
-    if (savegame_tagalong != 1 && (sram_progress_flags & 4))
+    if (savegame_tagalong == 1 || (sram_progress_flags & 4))
       sprite_state[k] = 0;
   }
 }