Jump to content

Character codes.


Yumi_Fujibayashi
 Share

Recommended Posts

I had Zeiss get killed and I want to know if there is a code that allows for characters to reappear in the battle preparation screen? I really don't want to start over as I am on chapter 21 and want to get the last two divine weapons without resorting a savestate.

Link to comment
Share on other sites

You can use a code to swap a character's "portrait" and they will become that character, for all intents and purposes.

It doesn't have to be permanent. So you can change, say, Fa's portrait to Zeis, then change it back to Fa after you enter the sidequest.

Link to comment
Share on other sites

the easiest way to change portrait is to change the "character data" pointer in the unit struct, which is tied to the character ID (so the ID changes as a side effect of the portrait change)

Link to comment
Share on other sites

If you're using an emulator and have even the slightest idea of how the unit structs are stored in the RAM (hint: read the doc) then you can just spawn an entirely new character with the exact parameters you want; there's no need to replace one of your other characters.

I personally copy and paste a unit from one slot to another and then fix the slot ID followed by the portrait reference (what Cam suggested), the class reference (so they'll be the correct class, duh), the stats (because they will be the other character's stats), the items and finally the supports (both of which you could just set to zero). That should be all of the important stuff.

You'd be changing all of those things anyway if you were just replacing a character, so you might as well (not minuswell, ffs) edit a copy of a character than the character itself since it's not much more work and lets you keep both.

Edited by Aleph
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...