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

#32
Posts: 149
Threads: 21
Thanks Received: 40
Thanks Given: 3
Joined: Dec 2013
Reputation: 9
Status
Auto-life
The morph command has more than one enable-type variable or related variables. You can choose any one of them. Ram $1DD1, bit #$04 is related with the second Tritoch event and used to check the morph availability at C3/6145 in the menu:
Code:
C3/6145:    ADD11D      LDA $1DD1
C3/6148:    8904        BIT #$04       (has the second Tritoch event happened yet?)
C3/614A:    D003        BNE $614F      (branch if so)

About your code, i think something is missing. As example, JSR $22A6 doesn't have a valid opcode in the original or modified code. Perhaps, did you forget to include the changes in the code you send? Also, i don't know where C3/FF99 is called and i am unable to figure out the context of this routine, like the initial values for the registers A,X,Y and their settings. Also, X and Y are set as 8-bit in your code but in the original code for Gogo's screen, X and Y are set as 16-bit. Can you check if the setting for the X,Y registers are correct? The game freezes/bugs if their settings are incorrect.

If only one of the JMP/BEQ/BNE/JSR opcodes arguments is wrong, the game will freeze or bug. Can i recommend asar or similar compiler? It surely can make your life easier with the abstraction of their opcodes settings and labels.
  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
RE: Command Edit Upgrade patch [WIP] Alpha Patch Available - by HatZen08 - 10-28-2015, 06:07 AM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite