Users browsing this thread: 1 Guest(s)
Boomerang & Sniper 75%

#11
Posts: 145
Threads: 47
Thanks Received: 0
Thanks Given: 0
Joined: Jan 2020
Reputation: 0
Status
None
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.
  Find
Quote  

#12
Posts: 3,969
Threads: 279
Thanks Received: 236
Thanks Given: 57
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
(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).
  Find
Quote  

#13
Posts: 51
Threads: 5
Thanks Received: 2
Thanks Given: 0
Joined: Apr 2018
Reputation: 8
Status
Shell
(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).
  Find
Quote  



Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite