(monospace.tal) Remove values left on the stack

Functions draw-uf1 and draw-uf1-linebreaks are leaving two 8 bit values
on the stack, this commit removes them.
This commit is contained in:
sroccaserra 2022-02-10 12:20:45 +01:00 committed by neauoire
parent 5abb885eb5
commit ed22793a69
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ BRK
( draw ) STHkr .Screen/sprite DEO
INC2 LDAk ,&while JCN
POPr
POP2
JMP2r
@ -65,6 +66,7 @@ JMP2r
&end
INC2 LDAk ,&while JCN
POPr
POP2
JMP2r