Users browsing this thread: 1 Guest(s)
Giving Lore to Another Character

#12
Posts: 3,970
Threads: 279
Thanks Received: 236
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
(02-20-2017, 07:10 PM)PowerPanda Wrote: However, more work would be needed to determine where to set the Leap status.

You only need to change all checks for Gau. The setting of leap remains the same. You need to change the code on available characters. From what I understand, $1EDE cover characters $00-$07 and $1EDF characters $08-$0D. From right to left:


Code:
+$1EDE sncccccc cccccccc
            s: there is at least one saved game (go to load screen after title screen instead of playing intro)
            n: go to first Narshe scene after magitek march (instead of back to the title screen)
            c: available characters

So basically, for Umaro, change the following $300B (and the one you mentioned) to $300D and instead of #$08 use #$20. $1EDF remains the same since Gau and Umaro are on the same byte. I think I covered all checks in bank $C2:

Code:
C2/1D0D: AD DF 1E     LDA $1EDF
C2/1D10: 89 08        BIT #$08

C2/1EA9: A9 08        LDA #$08
C2/1EAB: 0C DF 1E     TSB $1EDF

C2/48E6: A9 08        LDA #$08
C2/48E8: 1C DF 1E     TRB $1EDF  (remove Gau from party)

C2/2FB0: AD DF 1E     LDA $1EDF
C2/2FB3: 89 08        BIT #$08    (is Gau enlisted and not Leapt?)

C2/4840: AE 0B 30     LDX $300B   (Which character is Gau)
  Find
Quote  
[-] The following 1 user says Thank You to madsiur for this post:
  • PowerPanda (03-01-2017)



Messages In This Thread
Giving Lore to Another Character - by SSJ Rick - 10-18-2010, 04:53 PM
RE: Giving Lore To Another Character (Hex) - by madsiur - 02-21-2017, 08:50 AM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite