~rabbits/donsol

09d97c95fdc52ed94bf448539580b1e9221cda10 — neauoire 1 year, 4 months ago 36fc842
Fixed issue with run
1 files changed, 5 insertions(+), 3 deletions(-)

M src/main.tal
M src/main.tal => src/main.tal +5 -3
@@ 427,10 427,12 @@ RTN
	#36 SWP .table + STZ
	;draw-table JSR2

	( detect room end )
	;count-table JSR2 #04 ! ,&no-room-complete JCN
	( start room timer )
	.player/hp LDZ #00 = ,&no-timer JCN
	;count-table JSR2 #04 ! ,&no-timer JCN
		#30 .table/timer STZ
		&no-room-complete
		#00 .player/ran STZ
		&no-timer

RTN