Character Replacing
#8
(04-01-2014, 09:21 PM)Nyquill MacQuaid Wrote: So, if I were to switch, say, Locke and Celes... Then I would have to alter all of her Natural Magical Learning, in the C0 Bank, as well? So that it points to Character $01, rather than $06?

There are two places where you need to change the CMP value from #$06 to #$01. The C2 code is called at the end of a battle while the C0 code is called when a level averaging is performed:

Code:
C2/61C0: C9 06        CMP #$06     (is it character #6, Celes?)
C2/61C2: F0 38        BEQ $61FC    (if yes, branch to see if she learns any spells)

Code:
C0/A186:    C906        CMP #$06       (is character Celes?)
C0/A188:    F02E        BEQ $A1B8      (branch if so)
Reply


Messages In This Thread
Character Replacing - by RaikouGilgamesh - 12-20-2013, 12:38 AM
RE: Character Replacing - by madsiur - 12-20-2013, 01:28 AM
RE: Character Replacing - by Ghost XIII - 12-20-2013, 02:24 AM
RE: Character Replacing - by RaikouGilgamesh - 12-23-2013, 01:46 AM
RE: Character Replacing - by Ghost XIII - 12-23-2013, 02:18 AM
RE: Character Replacing - by malachitate - 04-01-2014, 09:21 PM
RE: Character Replacing - by Royaken - 04-02-2014, 09:54 AM
RE: Character Replacing - by madsiur - 04-02-2014, 10:50 AM
RE: Character Replacing - by malachitate - 04-02-2014, 08:54 PM
RE: Character Replacing - by Synchysi - 04-03-2014, 12:13 AM
RE: Character Replacing - by madsiur - 04-03-2014, 11:27 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Replacing Runic with Shock Jeff 3 3,405 06-09-2021, 09:15 PM
Last Post: PowerPanda
  Replacing Weapon Animation With a Spell PowerPanda 2 2,383 05-07-2020, 01:27 PM
Last Post: C-Dude
  Replacing Gogo with Daryl Jeff 11 9,460 06-11-2019, 04:52 PM
Last Post: Jeff
  Changing and Replacing Combat Functions via Special Effects ReturnerScum 5 6,408 07-30-2018, 04:05 AM
Last Post: HatZen08
  Replacing Crusader's sprite? Tenkarider 7 6,457 02-25-2015, 12:59 PM
Last Post: Tenkarider

Forum Jump:


Users browsing this thread: 1 Guest(s)