Users browsing this thread: 1 Guest(s)
Command Edit Upgrade patch [WIP] Alpha Patch Available

#18
Posts: 96
Threads: 3
Thanks Received: 2
Thanks Given: 3
Joined: Dec 2011
Reputation: 1
Status
None
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.
  Find
Quote  



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

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite