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

#17
Posts: 149
Threads: 21
Thanks Received: 40
Thanks Given: 3
Joined: Dec 2013
Reputation: 9
Status
Auto-life
The original code checks the table at CF/FE00 to discovery if a specific command can be added to the command list. Even if the command should be added to the list, it will not be included unless it is correctly set in the CF/FE00 table. FF3 multi editor, version 6.7, can edit this table in the 'battle' tab, 'battle commands' sub-tab. You can also kill the check at C3/5E58 and force any command to be included.
Code:
C3/5E52 BF 00 FE CF     LDA $CFFE00,X   command setup
C3/5E56 29 01           AND #$01        is the command available in Gogo's command selection?
C3/5E58 F0 06           BEQ $5E60       skip command inclusion if not

The 'mimic' command is hard-coded by its command ID. Its check must be killed at C3/5E4C or it will never be included by the original code.
Code:
C3/5E4A C9 12           CMP #$12        is it the 'mimic' command?
C3/5E4C F0 12           BEQ $5E60       skip command inclusion if yes

About the windows size, the code calculates it and stores it at $7EAA90 e $7EAA94. You can skip the code calculation and force a specific setup for the windows size. The following code sets the command selection window as the size of the status window:
Code:
header
hirom

;-------------------------------------------------------------------------------
; change window size for command selection
;-------------------------------------------------------------------------------
org     $C35E82
        LDA #$18        ;windows size
        JMP $5E91       ;continue normal code
warnpc  $C35E91
  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