Command Edit Upgrade patch [WIP] Alpha Patch Available
#18
Awesome, HatZen! Thanks!

Theoretically, I can use the 4 bytes at C3/5E4A to jump to custom code that skips specific commands except on specific characters.
So I could do something like...
Is character Terra?
If not equal... check for Gogo.
Is command Morph?
If equal... skip command.
Is character Gogo?
If equal... go to RTS.
Is command Mimic?
If equal... skip command.
RTS

In this way only Terra would have Morph on her list, and only Gogo would have Mimic.
Everyone else will otherwise have access to all of the same commands as Gogo does.

In the mean time, before I try to implement this idea, I'm going to add the window size edit to my test ROM... BRB...

OK. The code you posted for the menu size worked like a charm.
Plus it creates 9 bytes of free space.
So now I need to add in the exceptions for Morph and Mimic.

Besides that I also want to do something about the guest characters.
I noticed that I can give Vicks and Wedge the Magic command at the beginning of the game and that causes some small issues. Namely, if either of them has Magic added to their command list it shows up as a blank because they have no spells learned, but on the Skills screen it makes their Magic menu light up and if you go in it shows a bunch of spells that are partially learned. Contextually that makes no sense in the story, so I'd rather just prevent them from using this feature at all.

If I'm not mistaken what I can do is change the bytes that previously prevented everyone but Gogo from using command edit to instead block everyone above Gogo.

Edit:
OK I did it. I changed the check for Gogo to instead check for Umaro or above. So now Only the main cast minus Umaro can use Command Edit.

Code:
header
hirom

;-------------------------------------------------------------------------------
;allow all characters before Umaro to replace commands
;-------------------------------------------------------------------------------

org     $C3225E
        CMP #$0D
        BCS $22B3

;-------------------------------------------------------------------------------
;show finger pointer on status screen for characters below Umaro
;-------------------------------------------------------------------------------

org     $C31C67
        CMP #$0D
        BCS $1C78


EDIT:
I noticed something else that is going to be an issue.
If a command is not currently on any character's battle menu, that command is lost.
For example, At the beginning of the game when Terra is the only party member, if I replace her Magic command with any other one and exit the status screen and return then the Magic command is gone from the list. So, it seems that every time you enter the status screen the list of available commands is rebuilt based on what commands each party member currently has instead of the ones they start the game with.

Also, the command in the lowest possible place on the list doesn't seem to get it's text loaded.
Reply


Messages In This Thread
RE: Skills Menu Hack Idea - by Catone - 10-06-2015, 07:56 PM
RE: Skills Menu Hack Idea - by Vanya - 10-07-2015, 02:29 AM
RE: Skills Menu Hack Idea - by Catone - 10-07-2015, 04:08 AM
RE: Skills Menu Hack Idea - by dn - 10-07-2015, 06:29 AM
RE: Skills Menu Hack Idea - by HatZen08 - 10-07-2015, 10:17 AM
RE: Skills Menu Hack Idea - by Vanya - 10-07-2015, 12:56 PM
RE: Skills Menu Hack Idea - by HatZen08 - 10-08-2015, 01:26 PM
RE: Skills Menu Hack Idea - by Vanya - 10-09-2015, 12:47 AM
RE: Skills Menu Hack Idea - by HatZen08 - 10-09-2015, 09:15 AM
RE: Skills Menu Hack Idea - by Catone - 10-09-2015, 01:13 PM
RE: Skills Menu Hack Idea - by Vanya - 10-10-2015, 12:39 PM
RE: Skills Menu Hack Idea - by Catone - 10-13-2015, 10:30 PM
RE: Skills Menu Hack Idea - by Vanya - 10-14-2015, 12:56 AM
RE: Skills Menu Hack Idea - by dn - 10-14-2015, 02:09 AM
RE: Skills Menu Hack Idea - by Vanya - 10-14-2015, 02:27 AM
RE: Skills Menu Hack Idea - by HatZen08 - 10-14-2015, 03:57 PM
RE: Skills Menu Hack Idea - by Vanya - 10-14-2015, 05:37 PM
RE: Skills Menu Hack Idea - by HatZen08 - 10-15-2015, 11:24 AM
RE: Skills Menu Hack Idea - by Vanya - 10-15-2015, 05:20 PM
RE: Skills Menu Hack Idea - by abyssonym - 10-15-2015, 05:52 PM
RE: Skills Menu Hack Idea - by Vanya - 10-15-2015, 07:11 PM
RE: Skills Menu Hack Idea - by abyssonym - 10-15-2015, 07:17 PM
RE: Skills Menu Hack Idea - by HatZen08 - 10-15-2015, 08:07 PM
RE: Skills Menu Hack Idea - by Vanya - 10-15-2015, 11:38 PM
RE: Command Edit Upgrade patch [WIP] - by Vanya - 10-17-2015, 12:30 AM
RE: Command Edit Upgrade patch [WIP] - by Vanya - 10-26-2015, 08:46 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Utility Patch - Moved Ending (Free your CA bank!) DrakeyC 0 1,287 06-14-2022, 03:18 PM
Last Post: DrakeyC
  Mod-agnostic no-text patch SirNewtonFig 4 4,072 07-31-2021, 09:14 AM
Last Post: SirNewtonFig
  Tentative Runic -> SwdMagic patch FF6Fanatic 29 28,008 09-05-2020, 05:52 PM
Last Post: kamesennin
  Glitchy shop sprite (Expanded Palette Patch) Febreeze 1 1,853 08-11-2020, 12:50 PM
Last Post: Gi Nattak
  Portrait removal patch request for FFVI advance Feanor17 14 13,624 04-27-2020, 06:17 PM
Last Post: Feanor17
  Blue MP Digits patch? Alex Rodrick 27 26,955 05-28-2019, 09:49 AM
Last Post: Imzogelmo
  Patch: Quake reveals invisible floaters seibaby 1 2,836 02-19-2019, 01:26 PM
Last Post: seibaby
  Adapting Angelo's Name Patch DrakeyC 4 3,665 08-11-2018, 12:38 AM
Last Post: DrakeyC
  Looking for patch that fix item loss when dying before using said item Warrax 4 3,561 08-03-2018, 09:49 AM
Last Post: Warrax
  Issue with SwdTech Speed Patch ExiaTreason 4 5,914 11-24-2017, 01:53 PM
Last Post: Warrax

Forum Jump:


Users browsing this thread: 1 Guest(s)