New tool used. Also, silly variable names removed from source. ^^

This commit is contained in:
grinvader
2005-07-16 18:57:32 +00:00
parent db66efd2e7
commit 9bb7d64292
79 changed files with 1126 additions and 1126 deletions

View File

@@ -66,9 +66,9 @@ EXTSYM Testval
jae .noinsidemask
mov byte[esi],0
mov byte[esi+1],01h
mov byte[esi+2],cl
mov [esi+2],cl
mov byte[esi+3],0FFh
mov byte[esi+4],ch
mov [esi+4],ch
mov byte[esi+5],01h
mov byte[numwin],3
jmp .finishwin
@@ -84,9 +84,9 @@ EXTSYM Testval
cmp cl,1
jbe .noinsidemask
.skipnodraw
mov byte[esi],cl
mov [esi],cl
mov byte[esi+1],01h
mov byte[esi+2],ch
mov [esi+2],ch
mov byte[esi+3],0FFh
mov byte[numwin],2
jmp .finishwin
@@ -140,9 +140,9 @@ EXTSYM Testval
jae .noinsidemask
mov byte[esi],0
mov byte[esi+1],01h
mov byte[esi+2],cl
mov [esi+2],cl
mov byte[esi+3],0FFh
mov byte[esi+4],ch
mov [esi+4],ch
mov byte[esi+5],01h
mov byte[numwin],3
jmp .finishwin
@@ -160,9 +160,9 @@ EXTSYM Testval
cmp cl,1
jbe .noinsidemask
.skipnodraw
mov byte[esi],cl
mov [esi],cl
mov byte[esi+1],01h
mov byte[esi+2],ch
mov [esi+2],ch
mov byte[esi+3],0FFh
mov byte[numwin],2
jmp .finishwin