Subversion Repositories Kolibri OS

Rev

Rev 5319 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5319 Rev 5341
Line 154... Line 154...
154
	mcall	0,<100,649>,,0x74AABBCC,,title
154
	mcall	0,<100,649>,,0x74AABBCC,,title
Line 155... Line 155...
155
	
155
	
Line 156... Line 156...
156
	call	clear_screen
156
	call	clear_screen
157
 
157
 
-
 
158
	mov	eax,4
-
 
159
	mov	ebx,SPRITE_SIZE_X*3 shl 16 + SPRITE_SIZE_Y*2
-
 
160
	cmp	[use_separate_draw_text],0
-
 
161
	je	@f
-
 
162
	
-
 
163
	add	ebx,SPRITE_SIZE_Y
158
	mov	eax,4
164
;--------------------------------------	
159
	mov	ebx,SPRITE_SIZE_X*3 shl 16 + SPRITE_SIZE_Y*3
165
@@:	
160
	mov	ecx,0x90ffffff
166
	mov	ecx,0x90ffffff
161
	mov	esi,[menu_text_pointers]
167
	mov	esi,[menu_text_pointers]
162
;--------------------------------------	
168
;--------------------------------------	
Line 190... Line 196...
190
	ret
196
	ret
191
;---------------------------------------------------------------------
197
;---------------------------------------------------------------------
192
menu_credits:
198
menu_credits:
193
	call	snd_kick_action
199
	call	snd_kick_action
194
	mov	[menu_text_pointers],menu_credits_text_pointers
200
	mov	[menu_text_pointers],menu_credits_text_pointers
-
 
201
	mov	[use_separate_draw_text],0
-
 
202
	mov	[text_step_Y],20
195
	jmp	menu_help.1
203
	jmp	menu_help.1
196
;---------------------------------------------------------------------
204
;---------------------------------------------------------------------
197
menu_help:
205
menu_help:
198
	call	snd_kick_action
206
	call	snd_kick_action
199
	mov	[menu_text_pointers],menu_help_text_pointers
207
	mov	[menu_text_pointers],menu_help_text_pointers
-
 
208
	mov	[text_step_Y],SPRITE_SIZE_Y
200
;--------------------------------------	
209
;--------------------------------------	
201
.1:
210
.1:
202
	mov	[text_step_Y],20
-
 
-
 
211
 
203
;--------------------------------------	
212
;--------------------------------------	
204
.red:
213
.red:
205
	mov	[use_separate_draw_text],0
-
 
206
	call	draw_menu_window
214
	call	draw_menu_window
207
;---------------------------------------------------------------------
215
;---------------------------------------------------------------------
208
.still:
216
.still:
209
	mcall	10
217
	mcall	10