Boomerang & Sniper 75%
#11
Already test it Smile

I just curious to know what LDA & STA stand for because I realize & I think the code " 1st INC" with "LDA $3EF9,Y" already deleted, add +1 dmg to ADC 5.
Reply
#12
(02-19-2020, 01:16 AM)doofenH Wrote: I just curious to know what LDA & STA stand for because I realize & I think the code " 1st INC" with "LDA $3EF9,Y" already deleted, add +1 dmg to ADC 5.

They can be found here:

https://www.ff6hacking.com/wiki/doku.php...da_ldx_ldy
https://www.ff6hacking.com/wiki/doku.php...ta_stx_sty

Basically you need to transfer the value (LDA) in the accumulator (A) in order to do the addition (ADC). After that you save the result (STA) where it should go ($BC).
Reply
#13
(02-18-2020, 10:44 AM)doofenH Wrote: "ADC #$05" is x6 dmg (I think)

Each time you add 1 to the damage multiplier, it adds .5x. With the one INC earlier in the code and the +5 there, it's 4x (1 + 6*.5).
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Sniper Sight DjinnAndTonic 2 3,976 02-21-2011, 06:41 PM
Last Post: DjinnAndTonic

Forum Jump:


Users browsing this thread: 1 Guest(s)