~rabbits/donsol

6ccee4ea484a10603f9a8befa5cd12bf8a2e3590 — neauoire 1 year, 4 months ago c152562
Fixed issue with pointer
1 files changed, 10 insertions(+), 0 deletions(-)

M src/main.tal
M src/main.tal => src/main.tal +10 -0
@@ 109,6 109,7 @@ BRK
		( blink cursor )
		.cursor/x LDZ2 .Screen/x DEO2
		.cursor/y LDZ2 .Screen/y DEO2
		;pointer-icn .Screen/addr DEO2
		#41 .table/timer LDZ #02 AND + .Screen/sprite DEO
		( auto enter )
		#00 ! ,&no-timer-end JCN


@@ 496,6 497,14 @@ RTN

@run ( -- )

	( in lobby )
	.deck/length LDZ ;count-table JSR2 #3200 !! ,&started JCN
		;start-game JSR2
		;dialogs/easy ;draw-dialog JSR2
		RTN
		&started

	( when dead )
	.player/hp LDZ #00 > ,&alive JCN
		;start-game JSR2
		;dialogs/easy ;draw-dialog JSR2


@@ 517,6 526,7 @@ RTN
	POP2
	#01 .player/ran STZ
	;enter-room JSR2
	;dialogs/run ;draw-dialog JSR2

RTN