How can u change how commands work ?
#1
I need to create a new command for Cyan for I used the swordtech patch and now he hits himself everytime I use any of them . I was going to change his battle menu to Fight Shock X Fight then Item but X Fight is not in the option all though X magic is . So how do I go about using a dead command into something .

Like I would lke to maybe turn a dead command into Quadra Slice .
Reply
#2
You could adapt the following code to replace and existing command since there is no ''dead'' command. Have a look at other commands in bank C2 to understand their structure and I believe Quadra Slam code would require small changes.

Quadra Slam special effect:

Code:
C2/40F1: A9 03        LDA #$03
C2/40F3: 8D 70 3A     STA $3A70   (# of attacks)
C2/40F6: A9 40        LDA #$40
C2/40F8: 04 BA        TSB $BA     (Sets randomize target)
C2/40FA: 9C A9 11     STZ $11A9   (Clears special effect)
C2/40FD: 60           RTS
Reply
#3
How do u get to those codes ? Hex editor ? I never saw like c2then a number when I modded ogre battle
Reply
#4
Yes, with a Hex editor. Only unless you have an editor that shows SNES notation specifically, you will see the address as 240F1. If the ROM is headered ($200 "00" at the very beginning of the ROM), the address would then be 242F1.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Multiple use "Morph" Commands Catone 3 2,892 08-20-2022, 09:23 AM
Last Post: Seifer
  Gogo select more commands? xDaygo 12 10,698 05-06-2020, 06:50 PM
Last Post: PowerPanda
  Some IPS does not work with 1.0 doofenH 3 3,186 01-20-2020, 11:08 AM
Last Post: madsiur
  Make Morph work like Quick? C-Dude 7 6,091 09-16-2019, 09:40 PM
Last Post: C-Dude
  Creating seal commands (Paid job) hoshinmoon 3 3,331 01-20-2019, 09:38 PM
Last Post: madsiur
  2 Jump Commands Cyprus 0 1,904 05-07-2016, 10:13 AM
Last Post: Cyprus
  customize FA battle AI commands Tenkarider 6 7,456 05-05-2016, 11:56 PM
Last Post: Imzogelmo
  Making two different Jump commands Cyprus 4 5,313 10-26-2015, 02:44 AM
Last Post: Synchysi
  More Commands in Battle Catone 9 9,157 01-21-2015, 12:06 PM
Last Post: Catone
  Adding more commands to battle menu? wolfokami321 2 3,408 08-26-2014, 11:11 AM
Last Post: GrayShadows

Forum Jump:


Users browsing this thread: 1 Guest(s)