I'm having the same problem it seems, stuck on 9 hearts but no scene. Attached save file
Hi there. I fixed your save.
This is a known bug now. I won't be fixing any more saves for this going forward. It will be repaired in the next release, or if you know how to modify variables, there are instructions here to how to fix it yourself.
KNOWN BUGS: Kendra 11 (where she comes to your house at night and reveals her big secret) is not triggering.
This bug is happening because I made some changes in Update 12 to add a bit of space between when you hit affection 9 with her and when she shows up at her house. This was done by recording the day that you hit affection level 9, then having Kendra come two days after that recorded day.
The issue is happening if somebody hit affection level 9 in a previous update, but did not see Kendra's scene at that time. Since they hit the affection level in the previous update, the day was not recorded, so it doesn't know when to show the scene.
The fix is to set $ kendra11day = 1 (or any number lower than the current day).
This issue should not happen on a new game.
I will add a bit of code in the next release that sets kendra11day to 1 if kendraaffection == 9 when the game is loaded.