So the exact situation - I go to sleep as normal. Then as it advances through the night, it suggests that I save, and pops up a screen with only 1 option in the center. The option is save. I click it, and it pulls up the save menu. I save. Then I can't get out of the save menu.
Figured out what command it was, cause this happened several more times: `renpy.pop_call()`.
For those that run into this issue, you need to open up the game folder (mine was at `C:\Users\<user>\AppData\Roaming\itch\apps\sugar-service\SugarService-0.13B_d-pc\game` on a windows machine).
Add an `options.rpy` file with :
```
init -1 python:
config.console = True
```
inside.
Then reopen the game, load the stuck save, press `Shift + O`.
Inside of the console, copy the `renpy.pop_call()`, press enter, and escape.