Users browsing this thread: 1 Guest(s)
Giving Desperation Attacks to other characters?

#1
Posts: 136
Threads: 12
Thanks Received: 0
Thanks Given: 12
Joined: Oct 2013
Reputation: 0
Status
None
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.
  Find
Quote  

#2
Posts: 3,970
Threads: 279
Thanks Received: 236
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
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
  Find
Quote  

#3
Posts: 136
Threads: 12
Thanks Received: 0
Thanks Given: 12
Joined: Oct 2013
Reputation: 0
Status
None
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.
  Find
Quote  



Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite