~rabbits/nasu

a54e9a20611be2e95b73530ec534d2123bbcef29 — neauoire 1 year, 3 months ago 9b685a2
Colorize blendview x/y icons
1 files changed, 6 insertions(+), 4 deletions(-)

M src/main.tal
M src/main.tal => src/main.tal +6 -4
@@ 1103,13 1103,15 @@ RTN
	( x )
	.blendview/x1 LDZ2 #0010 ++ .Screen/x DEO2
	.blendview/y1 LDZ2 #0021 ++ .Screen/y DEO2
	;flipx-icns .settings/blend LDZ #10 AND #00 ! TOS 8** ++ .Screen/addr DEO2
	#01 .Screen/sprite DEO
	.settings/blend LDZ #10 AND #00 ! STH
	;flipx-icns STHkr TOS 8** ++ .Screen/addr DEO2
	#03 STHr - .Screen/sprite DEO
	( x )
	.blendview/x1 LDZ2 #0018 ++ .Screen/x DEO2
	.blendview/y1 LDZ2 #0021 ++ .Screen/y DEO2
	;flipy-icns .settings/blend LDZ #20 AND #00 ! TOS 8** ++ .Screen/addr DEO2
	#01 .Screen/sprite DEO
	.settings/blend LDZ #20 AND #00 ! STH
	;flipy-icns STHkr TOS 8** ++ .Screen/addr DEO2
	#03 STHr - .Screen/sprite DEO

RTN