Giving Desperation Attacks to other characters?
#1
How do I give Desperation Attacks to other characters? Like, I wanna give Leo Celes' Spin Edge and Banon Strago's Sabre Soul.
If you ever feel useless, just remember that Umaro has an MP stat.
Reply
#2
The spell ID just follow the character ID, a value of #$F0 is added to that number:

Code:
C2/1605: 09 F0        ORA #$F0  
C2/1607: 85 B6        STA $B6     (add F0h to modified character #, then save as attack #)

you would need to add exception at C2/1605, like this example:

Code:
1) CMP #$01   (Check if character is Locke)
2) BNE XX     (Branch to #6 if not Locke)
3) LDA #$F3   (Load spell #$F3)
4) STA $B6    (Save as attack)
5) BRA XX     (branch to C2/1609 or its equivalent)
6) ORA #$F0
7) STA $B6
Reply
#3
Um, could you make it a little simpler for a noob to hex?
If you ever feel useless, just remember that Umaro has an MP stat.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Edit Umaro attacks doofenH 1 2,119 02-19-2020, 10:32 AM
Last Post: madsiur
  Undead status and Near Fatal attacks Lightning 8 6,324 10-13-2018, 01:07 AM
Last Post: Lightning
  Giving Everyone the Same Desperation Attack PowerPanda 9 7,127 08-05-2018, 10:46 AM
Last Post: PowerPanda
Black_mage Desperation attacks blackomen 8 5,999 07-27-2018, 10:37 AM
Last Post: Warrax
  Special Attacks Lightning 12 9,744 06-13-2018, 01:09 PM
Last Post: Gi Nattak
  Giving Umaro's attacks to another character PowerPanda 13 14,486 03-30-2017, 03:14 PM
Last Post: madsiur
  Giving Gau's Magic to Umaro PowerPanda 2 3,574 03-11-2017, 07:36 PM
Last Post: B-Run
  GrayShadow's 'Giving Gogo Magic' code Gi Nattak 57 56,974 04-22-2016, 12:38 AM
Last Post: DrakeyC
Gladiator Desperation+ Patch B-Run 14 14,712 03-17-2016, 10:38 AM
Last Post: Catone
  Giving a weapon the Shuriken animation Kugawattan 6 7,422 11-30-2015, 09:51 PM
Last Post: Fenrir

Forum Jump:


Users browsing this thread: 1 Guest(s)