ROM Hack Discussion Fire Emblem: Three Houses General Hacking

Falo

Well-Known Member
Member
Joined
Jul 22, 2012
Messages
680
Trophies
2
XP
2,627
Country
Germany
And another one ^^

[1x Skill EXP]
04000000 003BC63C 0B02014A
04000000 0038D434 0B020129
[2x Skill EXP]
04000000 003BC63C 0B02054A
04000000 0038D434 0B020529
[4x Skill EXP]
04000000 003BC63C 0B02094A
04000000 0038D434 0B020929
[8x Skill EXP]
04000000 003BC63C 0B020D4A
04000000 0038D434 0B020D29
[16x Skill EXP]
04000000 003BC63C 0B02114A
04000000 0038D434 0B021129
[32x Skill EXP]
04000000 003BC63C 0B02154A
04000000 0038D434 0B021529
[256x Skill EXP]
04000000 003BC63C 0B02214A
04000000 0038D434 0B022129

//edit1: Code updated, should now work in battle and when exploring, may not work when teaching...
//edit2: ok tested and also works when teaching.
 
Last edited by Falo,

DEMONDICE

K-K-Kureiji
Member
Joined
Dec 7, 2013
Messages
1,014
Trophies
1
Age
33
XP
2,016
Country
United States
So what are we missing now? Just Support stuff? I feel like everything else is covered now.

Oh, I guess the perfect level up would still be nice. Using the 5 Aptitude skills works for now, but you cant use any other skills obviously.
 
Last edited by DEMONDICE,

Ultimos54

Well-Known Member
OP
Member
Joined
Aug 27, 2018
Messages
1,270
Trophies
0
XP
3,480
Country
Australia
im probably gonna level stats the long way and just use the items,as i think using the editor early on in the game might cause me crashes once i start playing :)

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

other then the +1/+2... stat every level code i think basically everything is covered

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

all just QOL changes for the editor and maybe if new codes are found.

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

if anyone can test Falos' skill xp code and report in that would be awesome
 

kazuki_chan8

Well-Known Member
Member
Joined
Mar 30, 2019
Messages
164
Trophies
0
Age
35
XP
209
Country
Malaysia
And another one ^^

[1x Skill EXP]
04000000 003BC63C 0B02014A
[2x Skill EXP]
04000000 003BC63C 0B02054A
[4x Skill EXP]
04000000 003BC63C 0B02094A
[8x Skill EXP]
04000000 003BC63C 0B020D4A
[16x Skill EXP]
04000000 003BC63C 0B02114A
[32x Skill EXP]
04000000 003BC63C 0B02154A
[256x Skill EXP]
04000000 003BC63C 0B02214A

May only work in battle, can't test right now.
Nice. Maybe class exp too if possible lol.
 
  • Like
Reactions: Supreme23

myangel

Well-Known Member
Member
Joined
Nov 17, 2015
Messages
196
Trophies
0
Age
34
XP
937
Country
United States
And another one ^^

[1x Skill EXP]
04000000 003BC63C 0B02014A
[2x Skill EXP]
04000000 003BC63C 0B02054A
[4x Skill EXP]
04000000 003BC63C 0B02094A
[8x Skill EXP]
04000000 003BC63C 0B020D4A
[16x Skill EXP]
04000000 003BC63C 0B02114A
[32x Skill EXP]
04000000 003BC63C 0B02154A
[256x Skill EXP]
04000000 003BC63C 0B02214A

May only work in battle, can't test right now.

Whoa i need to get back home asap to test this pretty much the only cheat i'm looking for since grinding skill are pain
 

DEMONDICE

K-K-Kureiji
Member
Joined
Dec 7, 2013
Messages
1,014
Trophies
1
Age
33
XP
2,016
Country
United States
yeah if anyone can test the skill xp codes would be appreciated. Also @kazuki_chan8 there already is a code for current class max xp in the cheat file :)

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

but i guess a class xp modifier would be good aswell if it can be done
Yeah, I've been using the max exp one, but multipliers are always welcome. I prefer faster leveling vs instant personally.

Edit: As a side note, has anyone found a way to rank up Byleth's Heavy Armor, Riding and Flying skills without faculty training? You get a soft lock when training after modifying the exp. I'm not sure if the multiplier will work, but I'll try that next. I know I can just set the level and add the skills manually, but I want to do it the right way and avoid possible issues. The only other way to level it that I'm aware of would be to hit level 20 and change classes.
 
Last edited by DEMONDICE,
  • Like
Reactions: kazuki_chan8

JrpgAddict

Well-Known Member
Member
Joined
Oct 7, 2016
Messages
697
Trophies
0
Age
38
XP
1,654
Country
Netherlands
Levelup exp, any action will be multiplied by x.

I'm still searching for the skill exp, but can't take much longer.
The code was easy to find after identifing that "main+0x19FD718" is the exp database loaded into memory.

Code:
A bit more info on the exp modifier:
.text:00000000003BC40C 69 5A 40 79                 LDRH            W9, [X19,#0x2C] //W9 = currentExp
.text:00000000003BC410 0A 05 00 51                 SUB             W10, W8, #1 //w10 = level
.text:00000000003BC414 5F 85 01 71                 CMP             W10, #0x61  //if (level - 1  <= 97)
.text:00000000003BC418 29 01 01 0B                 ADD             W9, W9, W1 //currentExp += exp
to mod changes the code into "ADD W9, W9, W1, LSL n" -> n = 1 - 5 (*2,*4,*8,*16,*32)
Putting in WORK for us bois, ty !!!
 

Reiseconner

Well-Known Member
Newcomer
Joined
Apr 20, 2016
Messages
85
Trophies
0
Age
36
XP
102
Country
United States
Sweet! I prefer multipliers. You folks are amazing! Gonna do a fresh run all over again but this time pay attention to my supports lol cuz the message I got was always "can not further until after the war" so I finished the game thinking that was the requirement...
 
Last edited by Reiseconner,

tefgod

Active Member
Newcomer
Joined
Nov 26, 2014
Messages
35
Trophies
0
Age
42
XP
657
Country
United States
Sweet! I prefer multipliers. You folks are amazing! Gonna do a fresh run all over again but this time pay attention to my supports lol cuz the message I got was always "can not further until after the war" so I finished the game thinking that was the requirement...

Maybe add a way to reset a side quests in the editor?
I'm unable to complete the Herbal Remedies side quest. I have the items in my inventory but when I try to give the items to my students, the item is greyed out.
 

Reiseconner

Well-Known Member
Newcomer
Joined
Apr 20, 2016
Messages
85
Trophies
0
Age
36
XP
102
Country
United States
And one last code:

[+1 All Stats on Levelup (On)]
04000000 0038CE08 11000539
[+1 All Stats on Levelup (Off)]
04000000 0038CE08 1A89D539

May or may not work, can't test, i'm to tired, need to sleep a few hours....
Oh man if that works then we can increase it.
 

Ultimos54

Well-Known Member
OP
Member
Joined
Aug 27, 2018
Messages
1,270
Trophies
0
XP
3,480
Country
Australia
can someone test the skill XP codes and that +1 all stat codes please,so that i can get the okay to update the cheat folder ;)

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

also great work @Falo
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Nut on the hill