~rabbits/nasu

7165056f9302dcd644ab24f7615c65897f0a14a6 — neauoire 1 year, 7 months ago 04c88b1
Optimized zoomview further
1 files changed, 6 insertions(+), 6 deletions(-)

M src/main.tal
M src/main.tal => src/main.tal +6 -6
@@ 745,26 745,26 @@ RTN
	POP2r POP2r

	( guides )
	#00 VER #08 / #01 -
	VER #08 / #01 - #00
	&guides-hor
		OVR STH
		DUP STH
		.tileview/x1 LDZ2 
			.tileview/x2 LDZ2 
			.tileview/y1 LDZ2 STHr #01 + #40 * #01 - TOS ++ 
			#02 
			;line-hor JSR2
		INCR LTHk ,&guides-hor JCN
		#01 + GTHk ,&guides-hor JCN
	POP2

	#00 HOR #08 / #01 -
	HOR #08 / #01 - #00
	&guides-ver
		OVR STH
		DUP STH
		.tileview/x1 LDZ2 STHr #01 + #40 * #01 - TOS ++ 
			.tileview/y1 LDZ2 
			.tileview/y2 LDZ2 
			#02 
			;line-ver JSR2
		INCR LTHk ,&guides-ver JCN
		#01 + GTHk ,&guides-ver JCN
	POP2

RTN