ROM Hack Discussion Fire Emblem: Three Houses General Hacking

youssef112

Well-Known Member
Newcomer
Joined
Jul 9, 2018
Messages
52
Trophies
0
Age
24
XP
391
Country
Egypt
Yeah, worked for me. That's weird, it worked on my phone and my laptop

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



I'm sorry to bother you again, but I still wasn't sure about the "Highlight - Spell List" codes. It just crashes the game when I use them.

Would you have an idea about what's going wrong?
hey man could u re upload it and pm me if it wouldnt be hard
 

Natural

Well-Known Member
Member
Joined
Jul 25, 2014
Messages
380
Trophies
0
XP
594
Country
United States
can you be a little bit more specific? there is an option to set the durability to 100, or Max, depending on if you're in the items tab, or the individual character tabs....

So there is an option to set the item's durability to its maximum without making it unbreakable? I was using the Roster tab and didn't see it but I'll check again. I see now. Under the items tab but why can't we edit the durability of items that the characters are holding?
 
Last edited by Natural,
  • Like
Reactions: Khalyus

blknvk

New Member
Newbie
Joined
May 30, 2020
Messages
1
Trophies
0
Age
33
XP
416
Country
Mexico
you're welcome, but keep in mind, i believe that if you level up or change class, your hacked spell will disappear. the only way to make stick, is by converting a rom-hack to cheat code, the example below modifies the default spells for the Main MC:
Code:
[Modify Byleth default Spells]
081A0000 AE83DD61 171B1A20 0509080C
021A0000 AE83DD69 00002425
081A0000 AE83DD75 171B1A20 0509080C
021A0000 AE83DD7D 00002425

is there a way to modify this code to give byleth the spell thoron? and a code to change the class of my character to death knight?
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,696
Trophies
1
XP
6,284
Country
United States
is there a way to modify this code to give byleth the spell thoron? and a code to change the class of my character to death knight?
just change the spells(values) to the ones you want, just dont change the offsets, the top 2 are Male MC and the bottom 2 are the female MC. althought, i dont know if the boss spells will transfer over. someone reported to me that it didnt.....
as for Death Knight class, sorry, i cant help you there....
 

myangel

Well-Known Member
Member
Joined
Nov 17, 2015
Messages
196
Trophies
0
Age
34
XP
937
Country
United States
just change the spells(values) to the ones you want, just dont change the offsets, the top 2 are Male MC and the bottom 2 are the female MC. althought, i dont know if the boss spells will transfer over. someone reported to me that it didnt.....
as for Death Knight class, sorry, i cant help you there....

Is this one work with sxos?

[Modify Byleth default Spells]
081A0000 AE83DD61 171B1A20 0509080C
021A0000 AE83DD69 00002425
081A0000 AE83DD75 171B1A20 0509080C
021A0000 AE83DD7D 00002425

If it is Can you tell how to change to another spell and do you have list for another spell? thx
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,696
Trophies
1
XP
6,284
Country
United States
as it a romhack, yes, it should work with AMS and SXOS.
as for how to change the spells?
081A0000 AE83DD61 AABBCCDD EEFFGGHH
021A0000 AE83DD69 0000KKJJ
081A0000 AE83DD75 AABBCCDD EEFFGGHH
021A0000 AE83DD7D 0000KKJJ

just substitute AA-KK for the spell ids you want. in the example above. the spells are:
17 - Quake
1B - Fortify
1A - Physic
20 - Torch(not sure what i was thinking at the time....)
05 - Bolting
09 - Blizzard
08 - Excalibur
0C - Meteor
24 - Rescue
25 - Warp

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

as for the spell list?
as these are in decimal, you have to convert to hex first!!!
SpellID
{
Fire = 0,
Bolganone = 1,
Ragnarok = 2,
Thunder = 3,
Thoron = 4,
Bolting = 5,
Wind = 6,
Cutting_Gale = 7,
Excalibur = 8,
Blizzard = 9,
Fimbulvetr = 10,
Sagittae = 11,
Meteor = 12,
Agneas_Arrow = 13,
Miasma_Δ = 14,
Mire_Β = 15,
Swarm_Ζ = 16,
Banshee_Θ = 17,
Death_Γ = 18,
Luna_Λ = 19,
Dark_Spikes_Τ = 20,
Hades_Ω = 21,
Bohr_Χ = 22,
Quake_Σ = 23,
Heal = 24,
Recover = 25,
Physic = 26,
Fortify = 27,
Nosferatu = 28,
Seraphim = 29,
Aura = 30,
Abraxas = 31,
Torch = 32,
Restore = 33,
Ward = 34,
Silence = 35,
Rescue = 36,
Warp = 37,
No_Spell = 38,
}
 

myangel

Well-Known Member
Member
Joined
Nov 17, 2015
Messages
196
Trophies
0
Age
34
XP
937
Country
United States
as it a romhack, yes, it should work with AMS and SXOS.
as for how to change the spells?
081A0000 AE83DD61 AABBCCDD EEFFGGHH
021A0000 AE83DD69 0000KKJJ
081A0000 AE83DD75 AABBCCDD EEFFGGHH
021A0000 AE83DD7D 0000KKJJ

just substitute AA-KK for the spell ids you want. in the example above. the spells are:
17 - Quake
1B - Fortify
1A - Physic
20 - Torch(not sure what i was thinking at the time....)
05 - Bolting
09 - Blizzard
08 - Excalibur
0C - Meteor
24 - Rescue
25 - Warp

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

as for the spell list?
as these are in decimal, you have to convert to hex first!!!
SpellID
{
Fire = 0,
Bolganone = 1,
Ragnarok = 2,
Thunder = 3,
Thoron = 4,
Bolting = 5,
Wind = 6,
Cutting_Gale = 7,
Excalibur = 8,
Blizzard = 9,
Fimbulvetr = 10,
Sagittae = 11,
Meteor = 12,
Agneas_Arrow = 13,
Miasma_Δ = 14,
Mire_Β = 15,
Swarm_Ζ = 16,
Banshee_Θ = 17,
Death_Γ = 18,
Luna_Λ = 19,
Dark_Spikes_Τ = 20,
Hades_Ω = 21,
Bohr_Χ = 22,
Quake_Σ = 23,
Heal = 24,
Recover = 25,
Physic = 26,
Fortify = 27,
Nosferatu = 28,
Seraphim = 29,
Aura = 30,
Abraxas = 31,
Torch = 32,
Restore = 33,
Ward = 34,
Silence = 35,
Rescue = 36,
Warp = 37,
No_Spell = 38,
}

Thx i saw the spell in character stats now but do you know how to make use of them? i mean when i try to attack the enemy it still the same spell list byleth have ( real default one ) in the equip page none of the cheat spell show up
 

nadeeem

New Member
Newbie
Joined
Mar 18, 2020
Messages
2
Trophies
0
Age
24
XP
60
Country
United Kingdom
Is there a +1 all stats for 1.2.0?

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

Is there an updated +1 to all stats on level up code?
 

Kowalskiy

New Member
Newbie
Joined
Aug 16, 2016
Messages
4
Trophies
0
Age
31
XP
55
Country
Hi, regarding the injectable characters (Rhea, Death Knight, Judith...)

Any time i try to go into battle (even without fielding them) my game crashes. Yet people here seem to have no trouble at all using them. Could anyone lend me a hand to be able to use them without crashing every time?

Thanks in advance
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,696
Trophies
1
XP
6,284
Country
United States
Hi, regarding the injectable characters (Rhea, Death Knight, Judith...)

Any time i try to go into battle (even without fielding them) my game crashes. Yet people here seem to have no trouble at all using them. Could anyone lend me a hand to be able to use them without crashing every time?

Thanks in advance
export the DLC character and if anyone is in the last 4 slots(57-60). then, put the DLC characters in the last slots, and after all that, THEN import your custom characters....
 

Kowalskiy

New Member
Newbie
Joined
Aug 16, 2016
Messages
4
Trophies
0
Age
31
XP
55
Country
export the DLC character and if anyone is in the last 4 slots(57-60). then, put the DLC characters in the last slots, and after all that, THEN import your custom characters....

Worked like a charm, i did not know the part of putting the DLC chars before.

Thanks a lot!
 

rr8400

Active Member
Newcomer
Joined
Oct 31, 2016
Messages
32
Trophies
0
Age
39
XP
99
Country
Brazil
The class mastery multiplier cheat code doesn't seem to be working... My characters keep getting 2 class mastery points after every turn they fight, is there any way to fix it?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Sorry for accidentally bending over