~rabbits/left

7489685a1a4b2af259fc9b10d6810db1a5db1a1a — neauoire 4 months ago d0970f1
No-runic in comments
1 files changed, 3 insertions(+), 0 deletions(-)

M src/left.tal
M src/left.tal => src/left.tal +3 -0
@@ 799,6 799,7 @@ JMP2
	DUP2 ;is-rune JSR2 ;draw-ufx/ul STA

	( TODO: Cleanup )
	;walk-color/c LDA  ,&skip-highlight JCN
	.textarea/highlight LDZ ,&skip-highlight JCN
	LDAk [ LIT ", ] NEQ  ,&no-litrel JCN
		#08 ;litrel-icn ;draw-ufx/seg JSR2 INC2 ,&w JMP


@@ 1081,12 1082,14 @@ JMP2

@is-rune ( addr* -- bool )

	;walk-color/c LDA ,&skip JCN
	#0001 SUB2
	LDA2 ;runes ;cfnd JSR2
	.textarea/highlight LDZ #00 EQU AND
	SWP #21 LTH AND

JMP2r
	&skip POP2 #00 JMP2r

(
@|document )