Browse code

(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.

sroccaserra authored on 10/02/2022 11:20:45 • neauoire committed on 10/02/2022 16:10:20
Showing 1 changed files
... ...
@@ -46,6 +46,7 @@ BRK
46 46
 		( draw ) STHkr .Screen/sprite DEO
47 47
 		INC2 LDAk ,&while JCN
48 48
 	POPr
49
+	POP2
49 50
 
50 51
 JMP2r
51 52
 
... ...
@@ -65,6 +66,7 @@ JMP2r
65 66
 		&end
66 67
 		INC2 LDAk ,&while JCN
67 68
 	POPr
69
+	POP2
68 70
 
69 71
 JMP2r
70 72