ROM Hack Discussion Fire Emblem: Three Houses General Hacking

  • Thread starter Thread starter Ultimos54
  • Start date Start date
  • Views Views 1,687,256
  • Replies Replies 3,831
  • Likes Likes 35
via the editor you should be able to change the flag from dead to available,i don't know if it'll fix your problem but it all comes with trying it out :)
I’m new to this, what do i need to do to bring Raphael back? What is Raphael’s id or anyhtingnelse I would need
 
I think there is a bug with the x16+ exp, sometime your exp turn negative and you have to kill something to fix it
 
I have no idea how the save editor works. Is there a readme with instructions? All I intend to do is add the one dark seal I missed because I had no idea they were even a thing at the time.
 
  • Like
Reactions: Equalz
I have no idea how the save editor works. Is there a readme with instructions? All I intend to do is add the one dark seal I missed because I had no idea they were even a thing at the time.

I need one as well, i got the first one but i need another one for mastery :(
 
I have no idea how the save editor works. Is there a readme with instructions? All I intend to do is add the one dark seal I missed because I had no idea they were even a thing at the time.

Extract the save file first using Checkpoint

Download the dropbox link and extract it somewhere.

There is a bin folder that has the "FETH_SaveEditor.exe". Open the application and load your save file.
 
Extract the save file first using Checkpoint

Download the dropbox link and extract it somewhere.

There is a bin folder that has the "FETH_SaveEditor.exe". Open the application and load your save file.
I know about that part, I'v already done it. It's a given for using save editors. I just don't know how to actually use it without screwing up my save file. Also, I can't even find dark seal in the item list. It shows the regular seals, but not that one.
 
I know about that part, I'v already done it. It's a given for using save editors. I just don't know how to actually use it without screwing up my save file. Also, I can't even find dark seal in the item list. It shows the regular seals, but not that one.
It's sorted separately from the regular seals, but it's there, did you look for very long? #1157 on the list, right above Beginner Seals.
Skim the whole dropdown at least once so you have a good idea of what's in it and where. Dark Seals were the second time I noticed something I wanted that wasn't where I thought it should be.
 
Last edited by NextChallenger,
Is there a way to unlock all the music in the main menu? I beat two routes yet the full Edge of Dawn isn't showing up :/
 

They are correct, i did dump them myself to verify this.

here the fixed code:

[+1 All Stats on Levelup]
04000000 0038CE08 11000539
04000000 0038CF94 11000539
04000000 0038C1F0 11000668
04000000 0038C3F0 11000668
[+2 All Stats on Levelup]
04000000 0038CE08 11000939
04000000 0038CF94 11000939
04000000 0038C1F0 11000A68
04000000 0038C3F0 11000A68
[Random Stats on Levelup]
04000000 0038CE08 1A89D539
04000000 0038CF94 1A89D539
04000000 0038C1F0 1A93A668
04000000 0038C3F0 1A93A668

4 checks in 2 functions, the first check is for the 9 normal stats, the second is for HP.
Max stats are 99 and 199 for HP and afterwards they can only be increased via class change / item / buff.
 
Last edited by Falo,
They are correct, i did dump them myself to verify this.

here the fixed code:

[+1 All Stats on Levelup]
04000000 0038CE08 11000539
04000000 0038CF94 11000539
04000000 0038C1F0 11000668
04000000 0038C3F0 11000668
[+2 All Stats on Levelup]
04000000 0038CE08 11000939
04000000 0038CF94 11000939
04000000 0038C1F0 11000A68
04000000 0038C3F0 11000A68
[Random Stats on Levelup]
04000000 0038CE08 1A89D539
04000000 0038CF94 1A89D539
04000000 0038C1F0 1A93A668
04000000 0038C3F0 1A93A668

4 checks in 2 functions, the first check is for the 9 normal stats, the second is for HP.
Max stats are 99 and 199 for HP and afterwards they can only be increased via class change / item / buff.

so do I deleted the other 2 all stats that were before this? the ones that were to turn ON and OFF?
 
I take it there isn't a way to unlock all Supports yet? What is the easiest way to get everyone up to A/S Rank using the cheats at hand?
 
whats not working for you on the save editor?

--------------------- MERGED ---------------------------

I think editing the current class to max just sets it to max but since there is a max stat limit it might be why it doesn't stay,to be honest im not sure

Hmm, maybe I'll just wait for a Class XP multiplier. Thanks anyways!
 
They are correct, i did dump them myself to verify this.

here the fixed code:

[+1 All Stats on Levelup]
04000000 0038CE08 11000539
04000000 0038CF94 11000539
04000000 0038C1F0 11000668
04000000 0038C3F0 11000668
[+2 All Stats on Levelup]
04000000 0038CE08 11000939
04000000 0038CF94 11000939
04000000 0038C1F0 11000A68
04000000 0038C3F0 11000A68
[Random Stats on Levelup]
04000000 0038CE08 1A89D539
04000000 0038CF94 1A89D539
04000000 0038C1F0 1A93A668
04000000 0038C3F0 1A93A668

4 checks in 2 functions, the first check is for the 9 normal stats, the second is for HP.
Max stats are 99 and 199 for HP and afterwards they can only be increased via class change / item / buff.

Little odd that it works on MOV is there a quick way to edit to edit this so it doesn't?
 
Little odd that it works on MOV is there a quick way to edit to edit this so it doesn't?
It works on MOV, because it's one of the Main Stats, actually serenesforest values are missing the MOV value, which is 0 in growth.

The cheat bypasses the RNG check and always adds +1 or +2 on the current calculated stat.
There is no special check for the MOV stat and since it's index 7 (Charm is 8), i can't just break the loop early without removing the Charm stat and there is not enough space to add an extra check.
 
  • Like
Reactions: Zaybokk
i think the high multipliers for exp like x16 and x32 dont work correct, seems like they hardly give any exp like 1 lv and sometimes they give 5

The x2 x4 x8 works perfect though
 
They are correct, i did dump them myself to verify this.

here the fixed code:

[+1 All Stats on Levelup]
04000000 0038CE08 11000539
04000000 0038CF94 11000539
04000000 0038C1F0 11000668
04000000 0038C3F0 11000668
[+2 All Stats on Levelup]
04000000 0038CE08 11000939
04000000 0038CF94 11000939
04000000 0038C1F0 11000A68
04000000 0038C3F0 11000A68
[Random Stats on Levelup]
04000000 0038CE08 1A89D539
04000000 0038CF94 1A89D539
04000000 0038C1F0 1A93A668
04000000 0038C3F0 1A93A668

4 checks in 2 functions, the first check is for the 9 normal stats, the second is for HP.
Max stats are 99 and 199 for HP and afterwards they can only be increased via class change / item / buff.
Good works. Maybe just add code to minus the MOV stat? If that possible.. Gonna try this when i got home Xd.
 

Site & Scene News

Popular threads in this forum