Adding more commands to battle menu?
#1
I don;t know if there is a way to do this but it is annoying how one character's slot if replaced can screw up the game from progressing, thus I'd like to know if there is a way to add more commands without taking any away. I only see 4 slots, but with the advances made in hacking so far i doubt this is impossible.

Also if there is a way to equip/dequip commands sort of like ff7 I'd like that tooLaugh
Reply
#2
As far as I know that would be impossible, as for your other question I am unsure whether you can do that or not.
Shine 
Reply
#3
The biggest issue with expanding the command window -- actually expanding the window itself aside -- is SRAM space. Each character's battle commands are stored in their SRAM block alongside their stats, equipment, etc. As it stands, there's only enough space for four commands. Now, theoretically, you could a) move commands to a different, larger part of SRAM (problematic in that I don't think there's enough free SRAM left, much less in a single block, to store five commands per character); b) store a fifth per character (and potentially a sixth) in one of the free SRAM blocks (theoretically possible but would require some pretty extensive ASM hacking to code the exceptions); c) store all of the battle commands elsewhere, but compress the character info blocks to free up the space that would otherwise have been used within the character blocks to store battle commands (requires LOTS of moving data around, some small adjustments everywhere a character block is referenced, etc. etc., but may actually theoretically be the 'easiest' solution -- assuming you can expand the command window).

As for equipping/dequipping commands, the code already exists in the game for that -- it's used in Gogo's status menu. However, if you want to have some way for characters to 'learn' commands individually, you'd have to code that from scratch and set aside a byte of SRAM per character. As it stands right now, commands become available to Gogo as soon as a character is recruited, IIRC.
Current Project: FF6: Tensei | Discord ID: TristanGrayse
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Adding additional Sprite frames? Northerner 0 1,350 11-24-2022, 05:08 AM
Last Post: Northerner
  Multiple use "Morph" Commands Catone 3 2,897 08-20-2022, 09:23 AM
Last Post: Seifer
  Gogo select more commands? xDaygo 12 10,703 05-06-2020, 06:50 PM
Last Post: PowerPanda
  Adding Valor Spell? doofenH 1 2,145 02-24-2020, 11:06 PM
Last Post: PowerPanda
  Adding Lores in an event Morendo 2 2,236 01-12-2020, 01:57 AM
Last Post: madsiur
  RAM $11E4 and adding Gau to a party? C-Dude 4 3,499 12-20-2019, 11:39 PM
Last Post: C-Dude
  Creating seal commands (Paid job) hoshinmoon 3 3,336 01-20-2019, 09:38 PM
Last Post: madsiur
  2 Jump Commands Cyprus 0 1,908 05-07-2016, 10:13 AM
Last Post: Cyprus
  customize FA battle AI commands Tenkarider 6 7,459 05-05-2016, 11:56 PM
Last Post: Imzogelmo
  Adding a character to the Narshe battle Kugawattan 21 19,957 12-28-2015, 07:34 PM
Last Post: Catone

Forum Jump:


Users browsing this thread: 1 Guest(s)