Subversion Repositories Kolibri OS

Rev

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

Rev 686 Rev 1728
Line 263... Line 263...
263
  xor  eax,eax                   ; function 0 : define and draw window
263
  xor  eax,eax                   ; function 0 : define and draw window
264
  mov  ebx,320*65536+(LEN_X-BORDER_LEFT-BORDER_RIGHT)*ADOBE_SIZE+X_LOCATION*2
264
  mov  ebx,320*65536+(LEN_X-BORDER_LEFT-BORDER_RIGHT)*ADOBE_SIZE+X_LOCATION*2
265
  mov  ecx,25*65536+ (LEN_Y-BORDER_TOP-BORDER_BOTTOM)*ADOBE_SIZE+Y_LOCATION+30
265
  mov  ecx,25*65536+ (LEN_Y-BORDER_TOP-BORDER_BOTTOM)*ADOBE_SIZE+Y_LOCATION+30
266
  mov  edx,[sc.work]             ; color of work area RRGGBB
266
  mov  edx,[sc.work]             ; color of work area RRGGBB
267
  or   edx,0x13000000
267
  or   edx,0x13000000
268
  mov  edi,header                ; WINDOW LABEL
268
  mov  edi,title                 ; WINDOW LABEL
269
  int  0x40
269
  int  0x40
Line 270... Line 270...
270
 
270
 
271
                                    
271
                                    
Line 831... Line 831...
831
    dd k_block_0
831
    dd k_block_0
832
    dd k_block_1
832
    dd k_block_1
Line 833... Line 833...
833
 
833
 
Line 834... Line 834...
834
if lang eq ru
834
if lang eq ru
835
 
835
 
836
  header         db '’…’ˆ‘ 1.61 - ‘’…‹Šˆ ˆ Ž…‹',0
836
  title          db '’…’ˆ‘ 1.61 - ‘’…‹Šˆ ˆ Ž…‹',0
837
  labe           db '€“‡€',0
837
  labe           db '€“‡€',0
Line 838... Line 838...
838
  text           db 'Žçª¨:',0
838
  text           db 'Žçª¨:',0
Line 839... Line 839...
839
  game_finished: db 'Ž‚€Ÿ',0
839
  game_finished: db 'Ž‚€Ÿ',0
840
 
840
 
841
else
841
else
842
 
842
 
Line 843... Line 843...
843
  header         db 'TETRIS 1.61 - ARROWS & SPACE',0
843
  title          db 'TETRIS 1.61 - ARROWS & SPACE',0