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

#3
Posts: 316
Threads: 20
Thanks Received: 0
Thanks Given: 2
Joined: Dec 2017
Reputation: 2
Status
None
(07-18-2018, 12:37 PM)PowerPanda Wrote: Sure. Open up a hex editor and replace the following lines with EA (aka "NOP", a code that says "skip this").

Code:
Note: In a hex editor, on a headered rom, these will be bytes 021A35-021A39.

C2/1835: C9 10        CMP #$10
C2/1837: B0 03        BCS $183C      (75% chance branch)
C2/1839: EE 70 3A     INC $3A70      (Add 1 attack)

Change to

C2/1835: EA EA
C2/1837: EA EA
C2/1839: EA EA EA

This will remove the chance of a 4th attack from happening.

Excuse my ignorance with hex editing, but this is literally my first time attempting it (my whole mod was created with FF3USME and FF3SE). I tried both WindHex32 and CrystalTile2 hex editors and found "021A35" as you suggested, but the code listed there looked nothing like what you posted. My rom is headered.

The first bit of code looks more like "40 FF 00 FF 00 FF 00 FF 00 FF 00 FF 00 FF 04 FB" and it continues from there (I can't find the code you listed to replace).

Once again, I am a total noob and have only used asm and .ips patches to date.
  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