Skip to content

Commit

Permalink
Fix Second Princess :lol: #18
Browse files Browse the repository at this point in the history
  • Loading branch information
snesrev committed Aug 31, 2022
1 parent 21962ad commit 166acc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sprite_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11387,7 +11387,7 @@ void SpritePrep_Zelda_bounce(int k) { // 86c06c
}
} 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;
}
}
Expand Down

0 comments on commit 166acc4

Please sign in to comment.