Users browsing this thread: 1 Guest(s)
Dragon Horn max jump of 3

#6
Posts: 617
Threads: 49
Thanks Received: 0
Thanks Given: 6
Joined: Feb 2017
Reputation: 25
Status
None
Here's the whole section of code:

Code:
C2/1828: 20 5A 4B     JSR $4B5A      (random: 0 to 255)
C2/182B: EE 70 3A     INC $3A70      (Add 1 attack)
C2/182E: C9 40        CMP #$40
C2/1830: B0 0A        BCS $183C      (75% chance branch)
C2/1832: EE 70 3A     INC $3A70      (Add 1 attack)
C2/1835: C9 10        CMP #$10
C2/1837: B0 03        BCS $183C      (75% chance branch - so there's a 1/16 overall
                                     chance of 4 attacks)
C2/1839: EE 70 3A     INC $3A70      (Add 1 attack)
C2/183C: BD F9 3E     LDA $3EF9,X
C2/183F: 29 DF        AND #$DF
C2/1841: 9D F9 3E     STA $3EF9,X    (Clear Hide status)
C2/1844: 4C 7B 31     JMP $317B      (entity executes one hit (loops for multiple-strike
                                     attack))

If you want to disable the second jump, just NOP C2/182E-c2/1834 as well.


Projects:
FFVI: Divergent Paths (Completed) - a complete storyline and gameplay hack of FF6 that adds Leo as a playable character
  Find
Quote  



Messages In This Thread
Dragon Horn max jump of 3 - by Lightning - 07-18-2018, 02:55 AM
RE: Dragon Horn max jump of 3 - by PowerPanda - 07-18-2018, 12:37 PM
RE: Dragon Horn max jump of 3 - by Lightning - 07-18-2018, 03:52 PM
RE: Dragon Horn max jump of 3 - by PowerPanda - 07-18-2018, 04:35 PM
RE: Dragon Horn max jump of 3 - by Lightning - 07-18-2018, 09:13 PM
RE: Dragon Horn max jump of 3 - by PowerPanda - 07-18-2018, 09:15 PM
RE: Dragon Horn max jump of 3 - by Lightning - 07-18-2018, 09:20 PM
RE: Dragon Horn max jump of 3 - by PowerPanda - 07-18-2018, 09:28 PM
RE: Dragon Horn max jump of 3 - by Lightning - 07-18-2018, 11:11 PM
RE: Dragon Horn max jump of 3 - by Warrax - 07-19-2018, 11:40 AM
RE: Dragon Horn max jump of 3 - by Lightning - 07-19-2018, 02:55 PM
RE: Dragon Horn max jump of 3 - by PowerPanda - 07-19-2018, 03:36 PM
RE: Dragon Horn max jump of 3 - by Lightning - 07-19-2018, 03:51 PM
RE: Dragon Horn max jump of 3 - by GrayShadows - 07-19-2018, 05:25 PM
RE: Dragon Horn max jump of 3 - by PowerPanda - 07-19-2018, 05:50 PM
RE: Dragon Horn max jump of 3 - by GrayShadows - 07-20-2018, 12:55 AM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite