ROM Hack Discussion Fire Emblem: Three Houses General Hacking

Falo

Well-Known Member
Member
Joined
Jul 22, 2012
Messages
680
Trophies
2
XP
2,615
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,013
Trophies
0
Age
32
XP
1,934
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,207
Trophies
0
XP
3,257
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
34
XP
199
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
194
Trophies
0
Age
33
XP
895
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,013
Trophies
0
Age
32
XP
1,934
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
615
Trophies
0
Age
37
XP
1,434
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
35
XP
92
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
41
XP
645
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
35
XP
92
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,207
Trophies
0
XP
3,257
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
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Skelletonike @ Skelletonike:
    3h left until work finishes, bah
  • Skelletonike @ Skelletonike:
    link doesn't work
    +2
  • Skelletonike @ Skelletonike:
    1H left, such a slow week.
  • Sonic Angel Knight @ Sonic Angel Knight:
    Okay, I had spaghetti :P
  • SylverReZ @ SylverReZ:
    Hope they made lots of spaget
  • K3N1 @ K3N1:
    Chill dog
  • SylverReZ @ SylverReZ:
    Chilli dog
  • Skelletonike @ Skelletonike:
    Damn, I'm loving the new zelda.
  • xtremegamer @ xtremegamer:
    loving the new zelda, i started a game, it was so fucking good, so i
    am waiting on my friend to get home so we can start a new one together
  • Skelletonike @ Skelletonike:
    I just dislike that they don't let me choose the voices before the game starts. Happened with botw as well, had to change to japanese and restart.
  • K3N1 @ K3N1:
    But the important question is can you choose gender
  • Skelletonike @ Skelletonike:
    Same way you can choose Gerald's gender.
  • Skelletonike @ Skelletonike:
    *Geralt, damn autocorrect.
  • Psionic Roshambo @ Psionic Roshambo:
    But can he be trans? Lol
  • K3N1 @ K3N1:
    Zelda transforms into link
  • Psionic Roshambo @ Psionic Roshambo:
    Link I'm not the princess your looking for.... *Pulls a crying game*
  • K3N1 @ K3N1:
    *skirt up* it's exactly what I always wanted
  • Skelletonike @ Skelletonike:
    Just scanned all my zelda amiibos, took a while but didn't get anything that cool, did get the lon lon ranch hylian fabrics though.
  • Skelletonike @ Skelletonike:
    It was pretty funny when I scanned wolf link and got a shit load of meat.
  • K3N1 @ K3N1:
    @Skelletonike, btw I ran that custom for mgs4 on the deck I'm amazed it got that far in game
  • K3N1 @ K3N1:
    Plug in*
    K3N1 @ K3N1: Plug in*