Take a look in the C2 bank document on assassin's site, and search for 'desperation attacks'.
Here's a small part of it that you would want to change with a hex editor.
I created a simple patch a while back that allows the DA to happen anytime regardless of health, but that's it. It's in the patches section. To allow the DA to happen more frequently, the above code needs to be changed just a bit.
Here's a small part of it that you would want to change with a hex editor.
Code:
C2/15EE: D0 20 BNE $1610 (1 in 16 chance for DA)
C2/15F0: B9 18 30 LDA $3018,Y
C2/15F3: 0C 2F 3F TSB $3F2F
C2/15F6: D0 18 BNE $1610 (No DA if this character already used it this combat)
C2/15F8: B9 D8 3E LDA $3ED8,Y (Which character it is)
I created a simple patch a while back that allows the DA to happen anytime regardless of health, but that's it. It's in the patches section. To allow the DA to happen more frequently, the above code needs to be changed just a bit.
We are born, live, die and then do the same thing over again.