(m291) Disable pause message before play

This commit is contained in:
Devine Lu Linvega 2024-08-30 14:21:17 -07:00
parent f194db1610
commit 041f3dda07
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@
JMP2r JMP2r
@<send-pause> ( -- ) @<send-pause> ( -- )
.playing LDZ ?{ JMP2r }
[ LIT2 02 -paused ] LDZ ORA .paused STZ [ LIT2 02 -paused ] LDZ ORA .paused STZ
;dict/pause-cmd <pstr> !<draw-play> ;dict/pause-cmd <pstr> !<draw-play>