Quote from: CloudsOverFF on March 03, 2021, 09:35:17 pmasm request for changing gun dmg formula to Speed times Weapon power, and unarmed formula to be physical attack times 3. I tried to get this to work through ravens workbook/xml generator and fftorgASM, but I haven't had any luck. I used "STAT1*STAT2" for guns, whereby stat1 was "38" and stat2 was "WP" and vice versa, but neither worked, and it still just does WP^2. As for fists, I used "STAT1*CONST" with STAT1 being 36, and CONST being 03. This again just made the characters do PA^2 instead. I got the other formulas to work including the "STAT1*STAT2/CONST*STAT3", which I used for staves and rods to make them do (MA*Faith)/100*WP. This one worked flawlessly.Did you change the gun formula to "01 Dmg_[Weapon] PE" in FFTPatcher??
I am using PSX version ISO, FFTorgASM, and FFTpatcher.
Iirc the asm will work when the formula in FFTPatcher is set to "01 Dmg_[Weapon] PE" and in patcher the gun formula is set to "WP^2" while staff and rod are already set to "01 Dmg_[Weapon] PE"