File encoding preservation + content structure to help browse the code
This commit is contained in:
@@ -6,18 +6,18 @@
|
||||
|
||||
include P_define.ash
|
||||
|
||||
;*ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ*
|
||||
; P_ ÛßßßÛ ÛÛÜ Û Û ÛÜ ÜÛ
|
||||
; ÛÛßßÛ ÛÛßÛÛ ÛÛ ÛÛß Û
|
||||
; ßß ß ßß ß ßß ßß ß
|
||||
;*ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ*
|
||||
;*ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ*
|
||||
;*══════════════════════════════════════════════════════════════════════════*
|
||||
; P_ █▀▀▀█ ██▄ █ █ █▄ ▄█
|
||||
; ██▀▀█ ██▀██ ██ ██▀ █
|
||||
; ▀▀ ▀ ▀▀ ▀ ▀▀ ▀▀ ▀
|
||||
;*══════════════════════════════════════════════════════════════════════════*
|
||||
;*──────────────────────────────────────────────────────────────────────────*
|
||||
|
||||
.data
|
||||
|
||||
include \projet\lib386\lib_sys\lib_sys.ash
|
||||
|
||||
;*ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ*
|
||||
;*──────────────────────────────────────────────────────────────────────────*
|
||||
|
||||
ALIGN 4
|
||||
|
||||
@@ -71,8 +71,8 @@ CXSetInterAnim dw 00
|
||||
public NoLanguage SaveTimer
|
||||
public NoLanguage RestoreTimer
|
||||
|
||||
;*ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ*
|
||||
;*ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ*
|
||||
;*══════════════════════════════════════════════════════════════════════════*
|
||||
;*══════════════════════════════════════════════════════════════════════════*
|
||||
|
||||
SaveTimer proc
|
||||
|
||||
@@ -101,7 +101,7 @@ rt0: ret
|
||||
RestoreTimer endp
|
||||
|
||||
|
||||
;*ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ*
|
||||
;*══════════════════════════════════════════════════════════════════════════*
|
||||
|
||||
SetAngleGroupe proc uses esi,\
|
||||
numgroupe:DWORD, palpha:DWORD, pbeta:DWORD, pgamma:DWORD,\
|
||||
@@ -192,7 +192,7 @@ SetAngleGroupe endp
|
||||
|
||||
@
|
||||
|
||||
;*ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ*
|
||||
;*══════════════════════════════════════════════════════════════════════════*
|
||||
|
||||
GetAngleGroupe proc uses esi,\
|
||||
numgroupe:DWORD,\
|
||||
@@ -282,7 +282,7 @@ GetAngleGroupe endp
|
||||
|
||||
@
|
||||
|
||||
;*ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ*
|
||||
;*══════════════════════════════════════════════════════════════════════════*
|
||||
|
||||
GetNbFramesAnim proc \
|
||||
ptranim:DWORD
|
||||
@@ -305,7 +305,7 @@ GetBouclageAnim proc \
|
||||
|
||||
GetBouclageAnim endp
|
||||
|
||||
;*ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ*
|
||||
;*══════════════════════════════════════════════════════════════════════════*
|
||||
|
||||
SetAnimObjet proc uses esi edi,\
|
||||
numframe:DWORD, ptranim:DWORD,ptrobj:DWORD
|
||||
@@ -383,7 +383,7 @@ serr: xor eax, eax
|
||||
|
||||
SetAnimObjet endp
|
||||
|
||||
;*ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ*
|
||||
;*══════════════════════════════════════════════════════════════════════════*
|
||||
;comment #
|
||||
PatchInterAngle proc near
|
||||
|
||||
@@ -456,7 +456,7 @@ optequal: and cx, 1023
|
||||
|
||||
ENDM
|
||||
#
|
||||
;*ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ*
|
||||
;*──────────────────────────────────────────────────────────────────────────*
|
||||
|
||||
PatchInterStep proc near
|
||||
|
||||
@@ -478,13 +478,13 @@ PatchInterStep proc near
|
||||
add cx, ax ; cx = Valeur1
|
||||
|
||||
optequal: mov word ptr[edi], cx
|
||||
add edi, 2 ; stock valeur interm‚diare
|
||||
add edi, 2 ; stock valeur intermédiare
|
||||
; dans struct groupe de l'obj
|
||||
ret
|
||||
|
||||
PatchInterStep endp
|
||||
|
||||
;*ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ*
|
||||
;*──────────────────────────────────────────────────────────────────────────*
|
||||
|
||||
PatchType proc near
|
||||
|
||||
@@ -499,7 +499,7 @@ PatchType proc near
|
||||
|
||||
PatchType endp
|
||||
|
||||
;*ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ*
|
||||
;*──────────────────────────────────────────────────────────────────────────*
|
||||
|
||||
SetInterAnimObjet proc uses esi edi ebx ebp,\
|
||||
framedest:DWORD, ptranimdest:DWORD,\
|
||||
@@ -568,7 +568,7 @@ ok:
|
||||
add [Offset_Dest], 8 ; saute infos frame
|
||||
|
||||
; la 1ere fois pour le G0 ne tiens pas compte du type
|
||||
; et stock valeur calcul‚es
|
||||
; et stock valeur calculées
|
||||
|
||||
mov esi, [Offset_Dest]
|
||||
mov ax, [esi]
|
||||
@@ -720,7 +720,7 @@ okmemo:
|
||||
ret
|
||||
|
||||
SetInterAnimObjet endp
|
||||
;*ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ*
|
||||
;*──────────────────────────────────────────────────────────────────────────*
|
||||
|
||||
SetInterAnimObjet2 proc uses esi edi ebx ebp,\
|
||||
framedest:DWORD, ptranimdest:DWORD,\
|
||||
@@ -865,7 +865,7 @@ sao1: movsd ; type ; alpha
|
||||
SetInterAnimObjet2 endp
|
||||
|
||||
|
||||
;*ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ*
|
||||
;*──────────────────────────────────────────────────────────────────────────*
|
||||
|
||||
SetInterDepObjet proc uses esi edi ebx ebp,\
|
||||
framedest:DWORD, ptranimdest:DWORD,\
|
||||
@@ -920,7 +920,7 @@ sao3:
|
||||
add [Offset_Dest], 8 ; saute infos frame
|
||||
|
||||
; la 1ere fois pour le G0 ne tiens pas compte du type
|
||||
; et stock valeur calcul‚es
|
||||
; et stock valeur calculées
|
||||
|
||||
mov esi, [Offset_Dest]
|
||||
mov ax, [esi]
|
||||
@@ -1006,7 +1006,7 @@ okmemo:
|
||||
SetInterDepObjet endp
|
||||
|
||||
|
||||
;*ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ*
|
||||
;*──────────────────────────────────────────────────────────────────────────*
|
||||
|
||||
StockInterAnim proc uses esi edi,\
|
||||
ptranimbuf:DWORD,\
|
||||
@@ -1052,7 +1052,7 @@ serr: xor eax, eax
|
||||
|
||||
StockInterAnim endp
|
||||
|
||||
;*ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ*
|
||||
;*──────────────────────────────────────────────────────────────────────────*
|
||||
|
||||
CopyInterAnim proc uses esi edi,\
|
||||
ptrobjs:DWORD,\
|
||||
@@ -1110,6 +1110,6 @@ serr: ret
|
||||
CopyInterAnim endp
|
||||
|
||||
|
||||
;*ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ*
|
||||
;*══════════════════════════════════════════════════════════════════════════*
|
||||
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user