String formatting in fin causes a crash in the simulator. It works in browser, so I haven't tested too much as exporting to test is fiddly. I was trying to format in multiple variables, some with front padded characters.
Calling fin restarts the game, but if the screen was inverted with invert, that inversion appears to persist over to the new game. My expectation is that is should revert to the default uninverted state.
If a song is playing, pressing any button while the fin message is displayed (once all the text is visible) makes the volume jump up.
The game seems to buffer input while fin is displayed, as if I have a fin called in the player's cancel event (i.e. on B press) and press B while a fin is displayed, the B press is triggered as soon as the game restarts.
Some speculation:
The volume might be jumping up to a full 1 value rather than whatever was set because the game is being restarted and that info unloaded?
Anyway, this is an issue for us at the moment in Resonant Tale as we have a "death knell" song (it's a single chime but is a song to make use of multiple channels) that plays on game over and the volume jump is frustrating!