Jump to content

[FE12] Encryption Documentation for Kris's Growth Rate Bonuses


Recommended Posts

This is a follow-up to SciresM's post from several years ago. Someone else has probably figured it out already, but I couldn't find it anywhere, so I'm posting it just in case. I've also posted this on FEUniverse.

As you probably know, Kris gains bonuses to their base stats and growth rates depending on your choices for their past, present, and future during avatar creation. This data is stored at 0xEF80 in the decompressed FE12Data.bin in the form of 15 rows of 16 bytes each, where the first 8 bytes are the base stat bonuses and the next 8 bytes are the growth rate bonuses. The usual stat ordering (HP, Str, Mag, Skl, Spd, Lck, Def, Res) is used. The rows correspond to the past/present/future choices; in order, they are

(Past)
 0  Noble's child
 1  Orphan
 2  Farmer's child
 3  Clergy/Priest's child
 4  Merchant's child

(Present)
 5  Beautiful/Beauty
 6  Diverse/Diversity
 7  Strong/Strength
 8  Kind/Kindness
 9  Wise/Wisdom

(Future)
10  Honorable
11  Recluse
12  Truth-seeker/Enlightened
13  Humanitarian/Humane
14  Rich/Wealthy

The growth rate bonuses are encrypted in a similar way to the character/class growth rates. The decryption function is located at 0x2049814 in the DS RAM; it uses the same lookup table as in SciresM's post, and the index is computed as

index = (encrypted_growth_rate - (0xB7 ^ (0xE1 * ((row_index ^ 0x7B) - 9 * growth_rate_index)))) & 0xFF

This information isn't super useful since it only applies to Kris, but it could be used to edit these growth rates if someone wanted to do so.

Edited by MathIsFun7225
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...