I notice that if I move the life spell it makes life 3 not work right .
#4
If you only need to redirect the spell ID from #$30 (actual life spell ID) to another spell slot, you only need to change the spell ID at C2/07A4:

Code:
C2/07A4 A9 30      LDA #$30    spell ID (life 1)
C2/07A6 85 B8      STA $B8     spell to trigger

I must warn you that the game engine isn't versatile with spells which are too much different from the Life 1 spell. If the triggered spell animation doesn't work correctly with the “i am dead” graphics, it will trigger small graphical glitches. Also, the game engine will overwrite specific spell data like the spell target, hit rate and special proprieties.

As a note, if it may be of interest:

Code:
C2/0799 Prepare Life 3 trigger. It will be triggered at C2/4F5F.
C2/4F5F Trigger spells based on special cases: Life 3, Condemned and near-death triggers (Safe, Shell and Reflect).
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-19-2014, 08:00 AM

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)