(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:
parent
5abb885eb5
commit
ed22793a69
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue