mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 15:02:01 -04:00
fea7d3a15d
This PR fixes a bug in `target-death.gc` that was causing Daxter's death quotes scenes to not play in OpenGoal. Basically, these scenes weren’t working because `sv-96` was assigned an invalid level, and as a result the `s4-1` check always returned `#f`. So, the `(when s4-1 ...)` block that contains the logic for these scenes was never executed. <img width="1118" height="911" alt="png1" src="https://github.com/user-attachments/assets/b92505f0-fa9b-4499-a113-b7524265c314" /> ## Before the fix: https://github.com/user-attachments/assets/58e2f412-814b-40ff-ab64-d22054a7232e ## After the fix: https://github.com/user-attachments/assets/bf6ac0da-1a62-4cb4-b363-20af898dac7f