D
DLPB_
Guest
Yes. Same bug.
Procedure StopLimitWhenKO_71696F; stdcall;Begin asm xor edx,edx mov dl, byte ptr [$DD1A8C] // return cursor pos mov dl, byte ptr [$DBFD38 + $4F8 + edx] // retrieve character at that slot imul edx,edx, $84 mov dx, word ptr [$DBFD38 + $54 + $2C + edx] // HP of char in relevant slot cmp dx, 0 jne @label1 push 03 mov edx,$74580A // play error sound call edx add esp,$4 mov edx,$717596 //if HP is 0, skip the limit manual section jmp edx @LABEL1: movsx ecx,byte ptr [eax+$921C19] end;End;