ROM Hack [Release] Fire Editor - Fire Emblem: Awakening's save editor

  • Thread starter Thread starter Olmectron
  • Start date Start date
  • Views Views 901,504
  • Replies Replies 2,857
  • Likes Likes 34
Here's what I'm able to successfully edit so far via hex editing.

Gold
Character's Equipped Skills (they get removed permanently if you replace them since they aren't "learned")
Character's Inventory (forge value + number of uses)
Convoy Item Amounts
Convoy Item Contents (type + forge value +number of uses)

Here's what I'm looking for currently

DVP (Dragon Vein Points)
Character's Skills Learned
Character's Stats
Character's Extra Movement
Character's Accessory Slots
Materials (since I'm saving DVP so far for buildings)
Values for the Amiibo Class Items (since the spreadsheet I'm looking at lacks them plus other items)
 
Last edited by Suiseiseki,
  • Like
Reactions: RainThunder
On the whole shadowbanning thing, it seems that Nintendo's hack checks are quite sub-par because I added Anna to my Conquest save and married her and people are still able to visit my castle. :P On a side note, because I merely replaced a character's ID in a hex editor with Anna, Kanna's hair color is still that of the original unit that Anna replaced!:rofl2:
scr_4_BOTTOM.png scr_6_BOTTOM.png scr_3_TOP_RIGHT.png
And just for some Anna humour:
scr_2_TOP_RIGHT.png scr_1_TOP_RIGHT.png
 
Here's what I'm able to successfully edit so far via hex editing.

Gold
Character's Equipped Skills (they get removed permanently if you replace them since they aren't "learned")
Character's Inventory (forge value + number of uses)
Convoy Item Amounts
Convoy Item Contents (type + forge value +number of uses)

Here's what I'm looking for currently

DVP (Dragon Vein Points)
Character's Skills Learned
Character's Stats
Character's Extra Movement
Character's Accessory Slots
Materials (since I'm saving DVP so far for buildings)
Values for the Amiibo Class Items (since the spreadsheet I'm looking at lacks them plus other items)

DVP is probably saved as points accumulated (something like 0-100)
For materials, do you mean like ores?
 
Yeah it's ores and ingredients. I could look for them now but I'm saving DVP (I haven't even built a Forge building yet since I'm saving up).
 
Yeah it's ores and ingredients. I could look for them now but I'm saving DVP (I haven't even built a Forge building yet since I'm saving up).
You can easily search for ores depending on how much you currently have
say you have:
8 pearl
7 lapis
3 coral
4 amber
2 jade
6 quartz

convert them to hex values which then -> 08 07 03 04 02 06 and just search them up in that order in your save file, they should come up
it goes the same with foods too

my question now is, what's the maximum forge value you could get when you hex edited your weapon?
 
Can This Edit Fire Emblem Fates Save?

…I want to believe it will be compatible [with the Japanese version] but there was no mention of this…
Oh, I misunderstood, again.
My bad.
I'm not sure if it will be made compatible with the PAL or Japanese versions of Awakening\Fates.

I suppose we'll have to wait for the Original Poster on this one.
My apologies.

@Olmectron: Do you plan to make this compatible with Japanese releases of Fire Emblem?

The editor's next release won't use Java anymore.

It will be compatible with Japanese and western versions of Fire Emblem Fates and Fire Emblem Awakening.

Awakening features will be quite developed (relationship editing, stats editing, and some other things, for example). While the Fates support will be basic, but improved over time.

Thanks for asking, @that girl
 
On the whole shadowbanning thing, it seems that Nintendo's hack checks are quite sub-par because I added Anna to my Conquest save and married her and people are still able to visit my castle. :P On a side note, because I merely replaced a character's ID in a hex editor with Anna, Kanna's hair color is still that of the original unit that Anna replaced!:rofl2:
View attachment 40817 View attachment 40818 View attachment 40819
And just for some Anna humour:
View attachment 40820 View attachment 40821
How do you replace character ID's in Fates. Ive also been trying to get Anna and Lucina in the game. How did you do it? :0
 
Hello, does anybody know where the support points are on the character block in either RAM or save? I want to unmarry characters ;-;
 
Here's what I'm able to successfully edit so far via hex editing.

Gold
Character's Equipped Skills (they get removed permanently if you replace them since they aren't "learned")
Character's Inventory (forge value + number of uses)
Convoy Item Amounts
Convoy Item Contents (type + forge value +number of uses)

Here's what I'm looking for currently

DVP (Dragon Vein Points)
Character's Skills Learned
Character's Stats
Character's Extra Movement
Character's Accessory Slots
Materials (since I'm saving DVP so far for buildings)
Values for the Amiibo Class Items (since the spreadsheet I'm looking at lacks them plus other items)



Happen to know the item id for seraph robes? isn't there a way to have a character learn all skills by change values to FF for all learned skills?
 
…Isn't there a way to have a character learn all skills by change values to FF for all learned skills?
--------------------
No Special Dance, No enemy-only skills
FE FF FF FF FF FF BF FF FF FF FF 0F 78
--------------------
enemy-only skills, no special dance
FE FF FF FF FF FF BF FF FF FF FF FF 7F
--------------------
Special Dance, No enemy-only skills
FE FF FF FF FF FF FF FF FF FF FF 0F 78
--------------------
all skills
FE FF FF FF FF FF FF FF FF FF FF FF 7F
--------------------
the first and last bytes are never FF
 
  • Like
Reactions: Gray_Jack and ukee
--------------------
No Special Dance, No enemy-only skills
FE FF FF FF FF FF BF FF FF FF FF 0F 78
--------------------
enemy-only skills, no special dance
FE FF FF FF FF FF BF FF FF FF FF FF 7F
--------------------
Special Dance, No enemy-only skills
FE FF FF FF FF FF FF FF FF FF FF 0F 78
--------------------
all skills
FE FF FF FF FF FF FF FF FF FF FF FF 7F
--------------------
the first and last bytes are never FF

In what part of the save (or offset if it's fixed)?
 
--------------------
No Special Dance, No enemy-only skills
FE FF FF FF FF FF BF FF FF FF FF 0F 78
--------------------
enemy-only skills, no special dance
FE FF FF FF FF FF BF FF FF FF FF FF 7F
--------------------
Special Dance, No enemy-only skills
FE FF FF FF FF FF FF FF FF FF FF 0F 78
--------------------
all skills
FE FF FF FF FF FF FF FF FF FF FF FF 7F
--------------------
the first and last bytes are never FF
In what part of the save (or offset if it's fixed)?
fea-values.png

-----------------------
EDIT:
This is Cynthia's block, if that matters.
 
Last edited by that girl,
  • Like
Reactions: Gray_Jack
So, what is the best way to find that characters information? Search for the stats?
If you know her stats in your game…

07[character ID], then look to see if the stucture matches.

You can find the persom in slot one if your rostet by searching for the text-string tinu in the hex editor.
 
  • Like
Reactions: Gray_Jack
If you know her stats in your game…

07[character ID], then look to see if the stucture matches.

You can find the persom in slot one if your rostet by searching for the text-string tinu in the hex editor.


Is there some kind of list of caracters' id?

So... the structure doen't matches, what that mean?
 
Last edited by Gray_Jack,

Site & Scene News

Popular threads in this forum