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.