Users browsing this thread: 1 Guest(s)
Battle commands change

#10
Posts: 290
Threads: 3
Thanks Received: 40
Thanks Given: 1
Joined: Apr 2012
Reputation: 9
Status
None
I haven't tried it yet, but logically it seems pretty simple:

Code:
(Leap menu entry)

C2/543E: AD E4 11     LDA $11E4
C2/5441: 89 02        BIT #$02   (is Leap available?)
C2/5443: 80 ED        BRA $5432  (if it's not, menu entry will be nulled after branch)

That bit of code branches to a function that blanks out the battle command slot:

Code:
C2/5432: D0 04        BNE $5438    (Dance and Leap jump here.  obviously, this branch
                                    is never taken if we called this function for Magic
                                    or X-Magic.)
C2/5434: A9 FF        LDA #$FF
C2/5436: 83 03        STA $03,S    (replace current command with empty)
C2/5438: 60           RTS

It seems to me that all you'd need to do is change the offset it branches to then have it load Rage instead, like this:

Code:
C2/5432: D0 04        BNE $5438 (This may not even be necessary, as it just branches to the RTS below)
C2/5434: A9 FF        LDA #$10 (Loading the Rage index rather than the blank index)
C2/5436: 83 03        STA $03,S
C2/5438: 60           RTS

If that works like I imagine it should, that should put Rage at the second slot on Gau's battle menu when he's not on the Veldt. Then you'd just use FF3usME to put Fight in the top slot, and be sure to leave Leap in the second slot.


GET A SILK BAG FROM THE GRAVEYARD DUCK TO LIVE LONGER.

Brave New World
  Find
Quote  



Messages In This Thread
Battle commands change - by Tsushiy - 06-19-2012, 11:09 AM
RE: Battle commands change - by madsiur - 06-19-2012, 08:58 PM
RE: Battle commands change - by Tsushiy - 06-19-2012, 10:03 PM
RE: Battle commands change - by madsiur - 06-20-2012, 06:07 AM
RE: Battle commands change - by Tsushiy - 06-20-2012, 08:08 AM
RE: Battle commands change - by QuickFix - 06-21-2012, 04:26 PM
RE: Battle commands change - by Gi Nattak - 06-21-2012, 09:34 PM
RE: Battle commands change - by Angelo26 - 06-21-2012, 09:47 PM
RE: Battle commands change - by madsiur - 06-21-2012, 10:56 PM
RE: Battle commands change - by Angelo26 - 06-22-2012, 12:28 AM
RE: Battle commands change - by madsiur - 06-22-2012, 07:54 AM
RE: Battle commands change - by Synchysi - 06-21-2012, 11:28 PM
RE: Battle commands change - by Tsushiy - 06-22-2012, 07:49 AM
RE: Battle commands change - by Synchysi - 06-23-2012, 03:23 PM
RE: Battle commands change - by Fenrir - 08-14-2012, 11:48 AM
RE: Battle commands change - by Catone - 08-14-2012, 12:59 PM
RE: Battle commands change - by Fenrir - 08-14-2012, 02:56 PM
RE: Battle commands change - by Catone - 08-14-2012, 05:08 PM
RE: Battle commands change - by Synchysi - 08-14-2012, 08:15 PM
RE: Battle commands change - by Catone - 08-14-2012, 09:04 PM
RE: Battle commands change - by Synchysi - 08-14-2012, 09:12 PM
RE: Battle commands change - by Catone - 08-14-2012, 10:13 PM
RE: Battle commands change - by Synchysi - 08-14-2012, 10:41 PM
RE: Battle commands change - by Fenrir - 08-15-2012, 01:35 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite