How to multiply / divide the number of gained limit bar units?

  • Thread starter Thread starter Raziel80
  • Start date Start date
Status
Not open for further replies.
R

Raziel80

Guest
How to multiply / divide the number of gained limit bar units, during fury/sadness, by 0, 3, 4, 6, 8 and not overwrite next instruction?
Code: [Select]
Code:
FF7_EN.exe+1DF2A2 - D1 E1                 - shl ecx,1   - multiply by 2, once  -> instruction for furyFF7_EN.exe+1DF2BF - D1 F9                 - sar ecx,1   - signed divide by 2, once  -> instruction for sadness
 
Last edited:
Status
Not open for further replies.
Back
Top