Subversion Repositories Kolibri OS

Rev

Rev 2275 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2275 Rev 5777
Line 168... Line 168...
168
	cmp	ah,45
168
	cmp	ah,45
169
	jne	.99
169
	jne	.99
170
	cmp	[Difficult],min_dif
170
	cmp	[Difficult],min_dif
171
	je	still
171
	je	still
172
	dec	[Difficult]
172
	dec	[Difficult]
-
 
173
	movzx	eax, [Difficult]
-
 
174
	cmp	al, [X]
-
 
175
	jae	@f
-
 
176
	mov	[X], al
-
 
177
@@:
-
 
178
	cmp	al, [Y]
-
 
179
	jae	@f
-
 
180
	mov	[Y], al
-
 
181
@@:
173
	jmp	redraw_all
182
	jmp	redraw_all
174
	jmp	still
183
	jmp	still
Line 175... Line 184...
175
 
184
 
176
.99:	cmp	ah,0x58
185
.99:	cmp	ah,0x58
Line 270... Line 279...
270
	call	out_one_sum
279
	call	out_one_sum
271
	jmp	still ;.todraw
280
	jmp	still ;.todraw
Line 272... Line 281...
272
 
281
 
273
show_level:
282
show_level:
274
	movzx	ecx,[Difficult]
283
	movzx	ecx,[Difficult]
275
	mcall	47,0x10000,,<205,5>,(0x50000000+Text_clr),Bckgrd_clr
284
	mcall	47,0x80020000,,<205,5>,(0x50000000+Text_clr),Bckgrd_clr
Line 276... Line 285...
276
ret
285
ret
277
 
286