I notice that if I move the life spell it makes life 3 not work right .
#6
We have a language barrier here. I can't fully understand your writing.

You need to use an hex editor to change the address bytes. In this case, A9 is the opcode to load the spell ID and the next byte is the spell ID itself. In summary, change the value from #$30 to #31 at the C2/07A5 address.

Code:
from:
C2/07A4 A9 30      LDA #$30    spell ID (life 1)
to:
C2/07A4 A9 31      LDA #$31    new spell ID

About the doom spell (triggered from Condemned), it is set at C2/4F76. Again, try to change the argument for the A9 opcode to your new Doom spell ID. The animation is apparently hardcoded and independent from the spell ID, however.

Code:
C2/4F76 A9 0D      LDA #$0D    doom spell ID
Reply


Messages In This Thread
RE: I notice that if I move the life spell it makes life 3 not work right . - by HatZen08 - 02-20-2014, 01:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Some IPS does not work with 1.0 doofenH 3 3,193 01-20-2020, 11:08 AM
Last Post: madsiur
  Make Morph work like Quick? C-Dude 7 6,093 09-16-2019, 09:40 PM
Last Post: C-Dude
  What makes Spears do double damage on Jump? Kugawattan 3 4,529 07-09-2015, 02:21 PM
Last Post: Drakkhen
  Cursor move sound, can't find it anywhere Lefe 0 1,994 12-13-2014, 12:19 PM
Last Post: Lefe
  Are the life spells and remedy and antidote hard coded ? Locke0075 5 6,008 10-19-2014, 10:38 PM
Last Post: Locke0075
  I'M BACK! Let's see if I can get a move on, eh? Royaken 6 6,787 03-08-2014, 02:28 PM
Last Post: Royaken
  How can u change how commands work ? Locke0075 3 3,862 09-09-2013, 11:40 PM
Last Post: B-Run
  I want to try to move the White Dragon to another slot so he is not on the veldt . Locke0075 5 5,833 09-04-2013, 06:55 PM
Last Post: Locke0075
  Rages and Formation - How do they work? Fenrir 2 3,393 07-02-2013, 03:53 PM
Last Post: Fenrir
  Overworld map all ocean, can't move ranatalus 2 3,561 01-28-2012, 04:59 PM
Last Post: ranatalus

Forum Jump:


Users browsing this thread: 1 Guest(s)