Tanks: visual fix, and fix for regression from Mario

git-svn-id: svn://kolibrios.org@2822 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2012-06-23 21:08:30 +00:00
parent 5f77547b95
commit 8cee52c51b

View File

@ -910,15 +910,15 @@ no_draw_s:
mcall ,<260,5>,0x3558ff,Lifes, mcall ,<260,5>,0x3558ff,Lifes,
mcall ,<330,5>,0xf93500,Score, mcall ,<330,5>,0xf93500,Score,
mov ecx,[number_level] mov ecx,[number_level]
; inc ecx //leency
mcall 47,3*65536,,<225,5>,0x1ded00 mcall 47,3*65536,,<225,5>,0x1ded00
xor ecx,ecx xor ecx,ecx
mov cl,[LifesPlayer] mov cl,[LifesPlayer]
shr ecx,2 shr ecx,2
mcall ,,,<295,5>,0x3558ff mcall ,,,<295,5>,0x3558ff
xor ecx,ecx xor ecx,ecx
mov cl,byte[score] mov cl,byte[score]
mcall ,,<365,5>,0xf93500 mcall ,,,<365,5>,0xf93500
jmp maincycle jmp maincycle
;---------------------------------------------------------- ;----------------------------------------------------------
;-----------------end of main cycle------------------------ ;-----------------end of main cycle------------------------
@ -1142,7 +1142,7 @@ lab2:
ret ret
;---------------------------------------------------------- ;----------------------------------------------------------
you_won: you_won:
mcall 13,<1,640>,<20,400>,0xc6e9 mcall 13,<0,640>,<20,400>,0xc6e9
mcall 4,<255,190>,0xffffff,won1,29 mcall 4,<255,190>,0xffffff,won1,29
mcall ,<255,200>,,won2, mcall ,<255,200>,,won2,
mcall ,<255,210>,,won3, mcall ,<255,210>,,won3,