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

Suiseiseki

Well-Known Member
Member
Joined
May 20, 2008
Messages
232
Trophies
1
XP
678
Country
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

Relic Song

Well-Known Member
Member
Joined
Dec 3, 2015
Messages
129
Trophies
0
XP
141
Country
United States
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
 

ukee

Well-Known Member
Member
Joined
Nov 23, 2015
Messages
236
Trophies
0
XP
775
Country
Malaysia
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?
 

Suiseiseki

Well-Known Member
Member
Joined
May 20, 2008
Messages
232
Trophies
1
XP
678
Country
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).
 

ukee

Well-Known Member
Member
Joined
Nov 23, 2015
Messages
236
Trophies
0
XP
775
Country
Malaysia
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?
 

that girl

Entrepreneur
Member
Joined
Jul 25, 2015
Messages
436
Trophies
0
Age
37
Location
Omnipresent
XP
269
Country
Canada
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
 

JoelRL11

Active Member
Newcomer
Joined
Sep 16, 2015
Messages
40
Trophies
0
Age
26
XP
190
Country
United States
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
 

Herald

Well-Known Member
Member
Joined
Feb 27, 2016
Messages
142
Trophies
0
Location
Plegia
XP
442
Country
United States
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?
 

that girl

Entrepreneur
Member
Joined
Jul 25, 2015
Messages
436
Trophies
0
Age
37
Location
Omnipresent
XP
269
Country
Canada
…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

Gray_Jack

Well-Known Member
Member
Joined
Jan 13, 2016
Messages
732
Trophies
0
XP
417
Country
--------------------
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)?
 

that girl

Entrepreneur
Member
Joined
Jul 25, 2015
Messages
436
Trophies
0
Age
37
Location
Omnipresent
XP
269
Country
Canada
--------------------
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

Gray_Jack

Well-Known Member
Member
Joined
Jan 13, 2016
Messages
732
Trophies
0
XP
417
Country
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

General chit-chat
Help Users
  • No one is chatting at the moment.
    Psionic Roshambo @ Psionic Roshambo: https://youtu.be/PMCaXL2sGpc?si=jAKEK_yJL318jk17 lol