New tool used. Also, silly variable names removed from source. ^^
This commit is contained in:
@@ -410,7 +410,7 @@
|
||||
jnz %%nogo
|
||||
xor eax,eax
|
||||
mov al,[sprtlng+ebx]
|
||||
mov cl,byte[sprlefttot+ebx]
|
||||
mov cl,[sprlefttot+ebx]
|
||||
mov [csprival],eax
|
||||
inc byte[sprtlng+ebx]
|
||||
test byte[sprleftpr+ebx*4+eax],1
|
||||
@@ -423,7 +423,7 @@
|
||||
cmp byte[res640],0
|
||||
je %%nogo
|
||||
add esi,75036
|
||||
mov cl,byte[sprlefttot+ebx]
|
||||
mov cl,[sprlefttot+ebx]
|
||||
call drawsprng
|
||||
sub esi,75036
|
||||
%%nogo
|
||||
@@ -450,7 +450,7 @@
|
||||
ja %%nogo
|
||||
xor eax,eax
|
||||
mov al,[sprtlng+ebx]
|
||||
mov cl,byte[sprlefttot+ebx]
|
||||
mov cl,[sprlefttot+ebx]
|
||||
mov [csprival],eax
|
||||
inc byte[sprtlng+ebx]
|
||||
test byte[sprleftpr+ebx*4+eax],1
|
||||
@@ -463,7 +463,7 @@
|
||||
cmp byte[res640],0
|
||||
je %%nogo
|
||||
add esi,75036
|
||||
mov cl,byte[sprlefttot+ebx]
|
||||
mov cl,[sprlefttot+ebx]
|
||||
call drawsprng
|
||||
sub esi,75036
|
||||
%%nogo
|
||||
@@ -490,7 +490,7 @@
|
||||
jbe %%nogo
|
||||
xor eax,eax
|
||||
mov al,[sprtlng+ebx]
|
||||
mov cl,byte[sprlefttot+ebx]
|
||||
mov cl,[sprlefttot+ebx]
|
||||
mov [csprival],eax
|
||||
inc byte[sprtlng+ebx]
|
||||
test byte[sprleftpr+ebx*4+eax],1
|
||||
@@ -503,7 +503,7 @@
|
||||
cmp byte[res640],0
|
||||
je %%nogo
|
||||
add esi,75036
|
||||
mov cl,byte[sprlefttot+ebx]
|
||||
mov cl,[sprlefttot+ebx]
|
||||
call drawsprng
|
||||
sub esi,75036
|
||||
%%nogo
|
||||
@@ -539,7 +539,7 @@
|
||||
or cl,cl
|
||||
jz %%nomosaic
|
||||
inc cl
|
||||
mov byte[curmosaicsz],cl
|
||||
mov [curmosaicsz],cl
|
||||
xor edx,edx
|
||||
mov eax,ebx
|
||||
div cl
|
||||
@@ -2452,7 +2452,7 @@
|
||||
or al,al
|
||||
jz %%nomosaic
|
||||
inc al
|
||||
mov byte[curmosaicsz],al
|
||||
mov [curmosaicsz],al
|
||||
mov cl,al
|
||||
mov al,bl
|
||||
div cl
|
||||
@@ -2963,7 +2963,7 @@
|
||||
or al,al
|
||||
jz %%nomosaic
|
||||
inc al
|
||||
mov byte[curmosaicsz],al
|
||||
mov [curmosaicsz],al
|
||||
mov cl,al
|
||||
mov al,bl
|
||||
div cl
|
||||
|
||||
Reference in New Issue
Block a user