ROM Hack Discussion Fire Emblem: Three Houses General Hacking

Kaede_

Member
Newcomer
Joined
Nov 12, 2019
Messages
10
Trophies
0
Age
34
XP
205
Country
Canada
If appears that the classroom and battle boosters are two different addresses, so if you want the booster in battle keep using that code. However, if you want to focus the booster to the classroom:

[Skill xYY booster in Teaching]
04000000 003aa2d4 0B02YY29
it worked.thx
can u update this 1.0.2 code to 1.1.0?
[+1 to all Stats with growth rate>0 on Levelup]
04000000 00392140 2A1403E0
04000000 00392340 2A1403E0
04000000 00392D60 7100011F
04000000 00392EF0 7100011F
 

Ultimos54

Well-Known Member
OP
Member
Joined
Aug 27, 2018
Messages
1,270
Trophies
0
XP
3,472
Country
Australia
for any help please ask in the forum,I in no way know how to code I just moderate the thread and try to keep the OP up to date, if anything is wrong with the editor refer to Falo
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,709
Trophies
1
XP
6,314
Country
United States
it worked.thx
can u update this 1.0.2 code to 1.1.0?
[+1 to all Stats with growth rate>0 on Levelup]
04000000 00392140 2A1403E0
04000000 00392340 2A1403E0
04000000 00392D60 7100011F
04000000 00392EF0 7100011F

for that to work, i would need to know what the original bytes were. i got lucky with the xp and skill booster because i figured out the x1 bytes....

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

It has come to my attention that classes get re-locked because of level restrictions....on NG+
well, i was looking thru the old cheats and what do i find? i find this:
Code:
[All Characters - Unlock All Jobs]
580F0000 019D76F0
780F0000 00000717
300E0000 00000023
610F0000 00000000 000000FF
780F0000 00000230
310E0000
580F0000 019D76F0
780F0000 00000718
300E0000 00000023
640F0000 00000000 FFFFFFFF
780F0000 00000230
310E0000
and with a little combining and testing, i ended up with this:
Code:
[Unlock all regular Classes]
580F0000 01ABAF60
780F0000 00000717
300E0000 0000003C
610F1000 00000000 000000FF
640F1000 00000000 FFFFFDFF
780F0000 00000247
310E0000
note: this is a generic unlock all beginner, intermediate, advance, and master classes. it does not unlock unique classes...
 
Last edited by Gamerjin,

Kaede_

Member
Newcomer
Joined
Nov 12, 2019
Messages
10
Trophies
0
Age
34
XP
205
Country
Canada
for that to work, i would need to know what the original bytes were. i got lucky with the xp and skill booster because i figured out the x1 bytes....

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

It has come to my attention that classes get re-locked because of level restrictions....on NG+
well, i was looking thru the old cheats and what do i find? i find this:
Code:
[All Characters - Unlock All Jobs]
580F0000 019D76F0
780F0000 00000717
300E0000 00000023
610F0000 00000000 000000FF
780F0000 00000230
310E0000
580F0000 019D76F0
780F0000 00000718
300E0000 00000023
640F0000 00000000 FFFFFFFF
780F0000 00000230
310E0000
and with a little combining and testing, i ended up with this:
Code:
[Unlock all regular Classes]
580F0000 01ABAF60
780F0000 00000717
300E0000 0000003C
610F1000 00000000 000000FF
640F1000 00000000 FFFFFDFF
780F0000 00000247
310E0000
note: this is a generic unlock all beginner, intermediate, advance, and master classes. it does not unlock unique classes...
here is the original bytes.
Code:
[ALL ability point +1 level up(No MOV / CHARM)(On)]
04000000 00392C6C F1001D1F
04000000 00392D68 11000539
04000000 00392EF4 11000539
04000000 00392094 F1001F1F
04000000 00392150 11000668
04000000 00392350 11000668

[ALL ability point +1 level up(Off)]
04000000 00392C6C F100251F
04000000 00392D68 1A89D539
04000000 00392EF4 1A89D539
04000000 00392094 F100271F
04000000 00392150 1A93A668
04000000 00392350 1A93A668
 

Moonmaxi

Member
Newcomer
Joined
Oct 20, 2019
Messages
8
Trophies
0
Age
28
XP
44
Country
United States
Can someone convert this version of 1.0.2 code for version 1.1.0?

[Material/Gift no decrease]
04000000 003A2648 4B1F014A
04000000 003A28D8 4B1F014A
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,709
Trophies
1
XP
6,314
Country
United States
@Kaede_
when I said original byte I work best when i have the 4 bytes before and after it to compare, because the search for
1A93A668 gave me a couple of results, not just 2. i would have need the other byte for comparison. to that end i had to uninstall everything, reinstall the game and update v.1.0.2 to get the bytes i need to compare. After this, i dont how long my luck will hold for update asm codes, i been lucky so far...

Code:
[ALL ability point +1 level up(On)]
04000000 003a9bac F1001D1F
04000000 003a9ca8 11000539
04000000 003a9e34 11000539
04000000 003a8f64 F1001F1F
04000000 003a9020 11000668
04000000 003a9220 11000668

[ALL ability point +1 level up(Off)]
04000000 003a9bac F100251F
04000000 003a9ca8 1A89D539
04000000 003a9e34 1A89D539
04000000 003a8f64 F100271F
04000000 003a9020 1A93A668
04000000 003a9220 1A93A668

[Inf Materials/Gifts on]
04000000 003bc5a8 4B1F014A
04000000 003bc5d8 4B1F014A

[Inf Materials/Gifts off]
04000000 003bc5a8 0B02014A
04000000 003bc5d8 4B02014A
@Moonmaxi ,
Can you test inf materials for me?
 
Last edited by Gamerjin,

Moonmaxi

Member
Newcomer
Joined
Oct 20, 2019
Messages
8
Trophies
0
Age
28
XP
44
Country
United States
@Kaede_
when I said original byte I work best when i have the 4 bytes before and after it to compare, because the search for
1A93A668 gave me a couple of results, not just 2. i would have need the other byte for comparison. to that end i had to uninstall everything, reinstall the game and update v.1.0.2 to get the bytes i need to compare. After this, i dont how long my luck will hold for update asm codes, i been lucky so far...

Code:
[ALL ability point +1 level up(On)]
04000000 003a9bac F1001D1F
04000000 003a9ca8 11000539
04000000 003a9e30 11000539
04000000 003a8f60 F1001F1F
04000000 003a9020 11000668
04000000 003a9220 11000668

[ALL ability point +1 level up(Off)]
04000000 003a9bac F100251F
04000000 003a9ca8 1A89D539
04000000 003a9e30 1A89D539
04000000 003a8f60 F100271F
04000000 003a9020 1A93A668
04000000 003a9220 1A93A668

[Inf Materials/Gifts on]
04000000 003bc5a8 4B1F014A
04000000 003bc5d8 4B1F014A

[Inf Materials/Gifts off]
04000000 003bc5a8 0B02014A
04000000 003bc5d8 4B02014A
@Moonmaxi ,
Can you test inf materials for me?

I tried using this for a meal but sadly it didn't work
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,709
Trophies
1
XP
6,314
Country
United States
and still didnt work? the only thing concerning was that one address 003bc5a8 had the first byte as 0B instead of 4B, we may have to wait to someone to disassemble and trace it....
 

Drmarmot

New Member
Newbie
Joined
Nov 13, 2019
Messages
1
Trophies
0
Age
25
XP
33
Country
Finland
Can somebody help me with the edizon cheat, because when i start the game, load in to my save and open cheats on edizon it just says "Cheats for this game present but title version or region doesn't match!" even if a while ago it worked fine...?
 

ImzFrozen

Member
Newcomer
Joined
Nov 12, 2019
Messages
5
Trophies
0
XP
47
Country
Spain
[All Characters - Current Class Max XP v1.1.0]
580F0000 01ABAF60 <-- the two things that changes were the start pointer
780F0000 0000068C
300E0000 00000021
620F0000 00000000 000000C8
780F0000 0000024C <-- and the loop offset adjuster
310E0000

This doesn't work on Anna for some reason, maybe because she was just added with the new DLC.
 

pkmnTobi

Well-Known Member
Newcomer
Joined
Sep 24, 2010
Messages
62
Trophies
1
XP
624
Country
United States
@Falo
Thanks for updating the editor! However, I'd like to report an issue. After using your editor, it seems to bug the save to not be considered new game + or something. To be clear, after using the save editor it does not show me able to use renown for previously unlocked skills or conversations from previous play throughs.

I've attached my saves if it helps. One save is the original and the other is after using the editor. All I did was Load the save in the editor and then save it, no other changes made.
 

Attachments

  • SaveCompare.7z
    10.9 KB · Views: 82

dude179

Member
Newcomer
Joined
Nov 2, 2019
Messages
11
Trophies
0
XP
133
Country
Canada
I know that I won’t get all the skills etc. but those can be edited in anyway. My question is: how do you set your skill levels to S+? I can’t see a way to in the save editor.

unless the save editor had an update, you cant. the only way I have been able to is to export the character, use a hex editor to modify and then import back in with the skill rank modified.

And just in case, its offsets 0x88-0x92

Just a warning for those who try this, it is extremely important that you edit offsets 1xDC-1xE6 to match the values for your edited 0x88-0x92 offsets (at least this is true in version 1.1.0). Otherwise, the game will glitch out, and you can soft lock the game during instruction periods. I just learned this the hard way.

For example, let's say you changed:
  1. 0x88 (sword proficiency rank) to 0A (S rank)
  2. 0x91 (riding proficiency rank) to 09 (A+ rank)
You would have change these as well to avoid soft locking the game:
  1. 1xDC (also sword proficiency rank) to 0A
  2. 1xE5 (also riding proficiency rank) to 09
Just copy and paste the values of 0x88-0x92 to 1xDC-1xE6. As long as your hex editor doesn't give you a warning that you're changing the file size, you're good (or at least, that is a feature of the HxD hex editor).

As a reminder, offsets 0x88, 0x89, 0x8A, ... , 0x92 represent the proficiency ranks for sword; lance; axe; bow; brawling; reason; faith; authority; heavy armor; riding; and flying, respectively. That respective order for proficiency ranks is also true for 1xDC, 1xDD, 1xDE, ... , 1xE6. A value of 00 is E rank, 01 is E+, 02 is D, ... , 0B is S+. You will not automatically learn the abilities/combat arts associated with the ranks, manually add them in with the help of the save editor and Serenes Forest.
 
Last edited by dude179,

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,709
Trophies
1
XP
6,314
Country
United States
[All Characters - Current Class Max XP v1.1.0]
580F0000 01ABAF60 <-- the two things that changes were the start pointer
780F0000 0000068C
300E0000 00000021
620F0000 00000000 000000C8
780F0000 0000024C <-- and the loop offset adjuster
310E0000

This doesn't work on Anna for some reason, maybe because she was just added with the new DLC.
I think the loop counter needs to change as It was directly ported from 1.0.1, I believe?
Edit: change the 21 to 3C, to match the codes from v1.0.2
 
Last edited by Gamerjin,

Tsebe

Active Member
Newcomer
Joined
Jul 22, 2018
Messages
25
Trophies
0
Age
29
XP
1,147
Country
Greece
i know our first priority is to make the cheats for version 1.10 but felt like i should report that the injectable characters can not be imported on the save editor it gives a message about invalid file size can we have a solution for that?
 

ImzFrozen

Member
Newcomer
Joined
Nov 12, 2019
Messages
5
Trophies
0
XP
47
Country
Spain
I think the loop counter needs to change as It was directly ported from 1.0.1, I believe?
Edit: change the 21 to 3C, to match the codes from v1.0.2

Thanks, it works with Anna now.

Also, this code works perfectly for me, even for meals where you invite two students. The materials don't decrease for meals, fishing, gardening and gifts. Not sure why it doesn't work for Moonmaxi.

[Inf Materials/Gifts on]
04000000 003bc5a8 4B1F014A
04000000 003bc5d8 4B1F014A
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • S @ salazarcosplay:
    I can't help but think nintendo switch online is the reason we did not get a gameboy/n64/gamecube
    mini classic edition
    +1
  • Xdqwerty @ Xdqwerty:
    @salazarcosplay, i think it would have been impossible to see anything in a gameboy mini
  • S @ salazarcosplay:
    well I meant that as a figure of speech
  • S @ salazarcosplay:
    they could just rerelease a modern gameboy
  • S @ salazarcosplay:
    like the pocket analogue
  • S @ salazarcosplay:
    but nintendo licensed
  • LeoTCK @ LeoTCK:
    dammit that thread got moved from offtopic to edge, well since that happened
  • Xdqwerty @ Xdqwerty:
    @LeoTCK, atleast it's still avaliable
  • LeoTCK @ LeoTCK:
    yes but it wasn't meant to be a comedy thread
  • LeoTCK @ LeoTCK:
    and edge of the forum is mostly comedy and games
  • LeoTCK @ LeoTCK:
    so I don't get why it got moved at all
  • Xdqwerty @ Xdqwerty:
    @LeoTCK, mods are probably hating you
  • LeoTCK @ LeoTCK:
    on most sites mods hated me, sooner or later, but usually over time I get either banned or the mods get used to me
  • LeoTCK @ LeoTCK:
    sometimes to the point of thanking me for my quick actions etc against spam and other stuff, but yea...its either they come to respect me or outright hate me
    +1
  • BigOnYa @ BigOnYa:
    If it's not game related, it will be moved to the Egde of the forum. Mods have moved a few of my threads also.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, it was in the off topic chat forum
  • BigOnYa @ BigOnYa:
    Well atleast they didn't delete it completely.
  • LeoTCK @ LeoTCK:
    hmm
  • Xdqwerty @ Xdqwerty:
    uoiea
  • LeoTCK @ LeoTCK:
    huh?
  • Xdqwerty @ Xdqwerty:
    Aeiou backwards
  • BigOnYa @ BigOnYa:
    ?tuw
    BigOnYa @ BigOnYa: ?tuw