WIP
You are here:

QuickMusic::Pause

Pauses the music, if any is playing. This does not unpause if the music is already paused -- use play for that.

 

Incoming

Nothing

Outgoing

Negative

Set if music wasn't playing so nothing is paused.

 

X and Y are preserved.

All other registers are lost.

 

Example

; Pause the music JSR QuickMusic::Pause ; Load something JSR HandleLoadAsset ; Continue playing JSR QuickMusic::Play