Dragon Horn max jump of 3
#7
(07-18-2018, 09:15 PM)PowerPanda Wrote: 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.

My hex editors do not display any of the "C2/1832" information. Can you give me the exact block of code like you did above so I can manually change it? That seems to be the only reliable way to find/replace the code for me... Sorry for the trouble!
Reply


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

Possibly Related Threads…
Thread Author Replies Views Last Post
  Gauntlet Jump doofenH 4 4,225 05-11-2022, 11:32 AM
Last Post: doofenH
  Disable Jump command if character has Dark status seibaby 5 5,831 12-09-2016, 05:23 PM
Last Post: SSJ Rick
  2 Jump Commands Cyprus 0 1,906 05-07-2016, 10:13 AM
Last Post: Cyprus
  Making two different Jump commands Cyprus 4 5,315 10-26-2015, 02:44 AM
Last Post: Synchysi
  What makes Spears do double damage on Jump? Kugawattan 3 4,526 07-09-2015, 02:21 PM
Last Post: Drakkhen

Forum Jump:


Users browsing this thread: 1 Guest(s)