forked from KolibriOS/kolibrios
rsquare: corrected window title, BUT it should be maked as it game 15
git-svn-id: svn://kolibrios.org@2682 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
86226de4d6
commit
6e8d4b2a4d
@ -184,13 +184,12 @@ button: ; BUTTON - only close supported
|
||||
draw_window:
|
||||
mov [ticks],TICKS
|
||||
mcall 12,1
|
||||
mcall 0,<100,FLDSIZE2+16>,<100,FLDSIZE2+38>,0x04008000
|
||||
mcall 4,<8,8>,0x10ffffff,header,header.size
|
||||
mov esi,ecx
|
||||
mcall 0,<100,FLDSIZE2+16>,<100,FLDSIZE2+38>,0x14008000, , header
|
||||
|
||||
if lang eq ru
|
||||
mcall 47,0x20000,[levnum],<165,8>
|
||||
mcall 47,0x20000,[levnum],<128,8>, 0
|
||||
else
|
||||
mcall 47,0x20000,[levnum],<145,8>
|
||||
mcall 47,0x20000,[levnum],<117,8>, 0
|
||||
end if
|
||||
call red_field
|
||||
cmp [mode],0
|
||||
@ -640,8 +639,8 @@ file 'rlevels.bin'
|
||||
|
||||
msg_ok db 'OK'
|
||||
if lang eq ru
|
||||
header db 'Red Square - “஢¥ì h - <20>®¬®éì, p - <20> 㧠'
|
||||
.size = $ - header
|
||||
header db 'Red Square - “஢¥ì h - <20>®¬®éì, p - <20> 㧠', 0
|
||||
|
||||
messages mstr 'Žâ«¨ç®! ‚ë ¯¥à¥å®¤¨â¥ á«¥¤ãî騩 ã஢¥ì.',\
|
||||
'Šà áë¥ ª«¥âª¨ ã¨ç⮦¥ë. ‚ë ¯à®¨£à «¨.',\
|
||||
'‚ë ¯à®è«¨ ¢á¥ ã஢¨. <EFBFBD>®§¤à ¢«ï¥¬!',\
|
||||
@ -664,8 +663,8 @@ desc mstr '
|
||||
'Žà¨£¨ « ¨£àë ¯®¤ Win32 ¯¨á « ‚« ¤¨¬¨à <EFBFBD>ਢ «®¢, 2002',\
|
||||
'‡ ¯à®£à ¬¬¨à®¢ « áᥬ¡«¥à¥ Willow, 2005'
|
||||
else
|
||||
header db 'Red Square - Level h - Help, p - Pause'
|
||||
.size = $ - header
|
||||
header db 'Red Square - Level h - Help, p - Pause', 0
|
||||
|
||||
messages mstr 'Well done! You are on the next level',\
|
||||
'Your red cells are vanished! Game over.',\
|
||||
"You've completed the game. Congratulations!",\
|
||||
|
Loading…
Reference in New Issue
Block a user