ROM Hack Discussion Fire Emblem: Three Houses General Hacking

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,758
Trophies
1
XP
6,427
Country
United States
This is awesome, thanks, but I've encountered a problem: the Infinite Magic code doesn't account for Dark Magic (Miasma Δ, etc.). It works for White (Heal, Nosferatu - which has always been Black Magic before this...weird) and Black (Fire, Thoron, etc.), but not Dark.
It could be that the offsets may need to be re-checked, I can look into to that later....
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,758
Trophies
1
XP
6,427
Country
United States
This is awesome, thanks, but I've encountered a problem: the Infinite Magic code doesn't account for Dark Magic (Miasma Δ, etc.). It works for White (Heal, Nosferatu - which has always been Black Magic before this...weird) and Black (Fire, Thoron, etc.), but not Dark.
Question: was your dark magic class based? For example, a dark bishop would have that class-specific magic. I think the infinite magic code only covers the standard magic array, you just need to extend the bytes...
update:
so this is the section of the code for the inf magic part:
Code:
640F1000 00000000 64646464
640F1000 00000000 64646464
620F0000 00000000 00006464
i not sure if the last byte is needed but this has worked for me:
Code:
640F1000 00000000 64646464
640F1000 00000000 64646464
640F0000 00000000 00646464
 
Last edited by Gamerjin,

Khalyus

Well-Known Member
Member
Joined
Nov 6, 2018
Messages
464
Trophies
0
Age
35
XP
1,509
Country
Brazil
Frustrated question time!

I have Atmosphere and EdiZon updated to latest versions. Put script into titles folder, booted my save and no cheats in EdiZon. Told me that cheats were there but title/region ID didn't match. Did some reading, discovered Atmosphere made the titles folder obsolete. I now need to place everything in contents folder. Cool beans. Moved everything to contents folder. And EdiZon shows absolutely nothing. I can access the game's memory editor from EdiZon, and that's it. Hitting ZL claims "no editable titles found!", which is a lie. What exactly am I missing here?

I hate not being able to get something to work after following step-by-step instructions, especially after wading through an insane amount of currently outdated information and posts. I know I'm sounding like and ass and I'm sorry, but this is getting real old real quick.
Kkkkk u are using the wrong option. Its not on editable titles, u must select de C Letter até the bottom of the screen.

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

Looks like it, at least for now. From what I was reading, dlc wave 4 would have more sidestories?

Anwyay, I downloaded the DLC because I was like "oh ok, dlc, will work without update" and bam, can't boot the game without the damned update.

I went on tinfoil, uninstalled only the dlc and then game booted again, but when trying to load my save, it would say that I need to re-install the DLC because can't boot without the dlc I installed.. so I had to update to 1.1.1 and of course, cheats don't work anymore.

Argh :S

I'll try delete every dlc and update and apply my old update file + dlcs except regalia see if works..
The problem is likely ur save is now coded with the DLC data, só u need an older save, before the updates and DLC.
 
  • Like
Reactions: RaphaelDDL

AkiraKurusu

Pokémon's dead
Member
Joined
Dec 29, 2019
Messages
1,268
Trophies
1
Age
26
Location
Northwood, Sydney
XP
3,573
Country
Australia
Question: was your dark magic class based? For example, a dark bishop would have that class-specific magic.
Sorry for not responding earlier; I was asleep (your reply was 12:48am Sydney time).
Yes, my Miasma Δ is class-based, since I'm the Blue Lions teacher (i.e. no access to Hubert) and Dark Mage is male-only (locking out Lysithia).
I'll try out the code later; thanks!
 
  • Like
Reactions: Gamerjin

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,758
Trophies
1
XP
6,427
Country
United States
Sorry for not responding earlier; I was asleep (your reply was 12:48am Sydney time).
Yes, my Miasma Δ is class-based, since I'm the Blue Lions teacher (i.e. no access to Hubert) and Dark Mage is male-only (locking out Lysithia).
I'll try out the code later; thanks!
No problem....
On a technical note, i was using the fire spell from the mage class as a test. Sure enough, the original inf magic code didnt cover it, and using sxos memory viewer, i saw it was right after the code ended, so i extended the bytes and that covered it...
 

KyraAltair

Member
Newcomer
Joined
Dec 27, 2019
Messages
18
Trophies
0
Age
34
XP
80
Country
Indonesia
To set the stats at 75 while at lvl 99,
change the 0x63 to 0x4B like so:
Code:
68001000 4B4B4B4B 4B4B4B4B
61000000 00000000 0000004B


Find me in discord(Animejin#3523), i can help you there...
i try to find your account in Discord, the one with Search Servers, Channels or DMs
but your Animejin#3523 doesn't exist :(
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,758
Trophies
1
XP
6,427
Country
United States
For those who have units with negative xp values, but hate the bar going across the screen, i have this code to reset them for that level:
Code:
[Highlight unit - X exp=Y]
8XXXXXXX
58000000 01A74288
58001000 00021068
78000000 0000002C
62000000 00000000 0000YYYY
20000000
now, just like my other similar codes, this is not cut-and-paste-and-good2go. I didnt know what key to set, so i will leave that you, the player, to set 8XXXXXXX. likewise, if you dont like 0, then set a 16bit YYYY(0-0x722A) to set to.
 
Last edited by Gamerjin,

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,758
Trophies
1
XP
6,427
Country
United States
does anyone else have the gatekeeper glitch, the one similar to anna where there's a shadow, but no figure and so it crash when attacking/attacked?
 

AkiraKurusu

Pokémon's dead
Member
Joined
Dec 29, 2019
Messages
1,268
Trophies
1
Age
26
Location
Northwood, Sydney
XP
3,573
Country
Australia
For those who have units with negative xp values, but hate the bar going across the screen, i have this code to reset them for that level:
Code:
[Highlight unit - X exp=Y]
8XXXXXXX
58000000 01A74288
58001000 00021068
78000000 0000002C
62000000 00000000 0000YYYY
20000000
now, just like my other similar codes, this is not cut-and-paste-and-good2go. I didnt know what key to set, so i will leave that you, the player, to set 8XXXXXXX. likewise, if you dont like 0, then set a 16bit YYYY(0-0x722A) to set to.
Is there a list of key codes/triggers somewhere to choose from, for us end-users?
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,758
Trophies
1
XP
6,427
Country
United States
Is there a list of key codes/triggers somewhere to choose from, for us end-users?
https://sx.xecuter.com/download/cheathacker_guide.txt said:
Code Type 8: Check for buttons being pressed

8kkkkkkk

k = keypad value to check against. the hex values for the various keys are:

0000001 - A
0000002 - B
0000004 - X
0000008 - Y
0000010 - Left Stick Pressed
0000020 - Right Stick Pressed
0000040 - L
0000080 - R
0000100 - ZL
0000200 - ZR
0000400 - Plus
0000800 - Minus
0001000 - Left
0002000 - Up
0004000 - Right
0008000 - Down
0010000 - Left Stick Left
0020000 - Left Stick Up
0040000 - Left Stick Right
0080000 - Left Stick Down
0100000 - Right Stick Left
0200000 - Right Stick Up
0400000 - Right Stick Right
0800000 - Right Stick Down
1000000 - SL
2000000 - SR

Multiple button values can be combined by OR'ing them together. For example
A+B becomes 0000003, and A+B+X+Y becomes 000000f.
 
Last edited by Gamerjin,
  • Like
Reactions: AkiraKurusu

mc6415

Active Member
Newcomer
Joined
Sep 3, 2007
Messages
28
Trophies
0
Website
Visit site
XP
179
Country
So in previous versions there was a code for [Skill x16] and other multipliers, Is there anything like that for the current version? Also how would someone go about making one of those?

I'm ok with making cheats that set a value to another value, I've made a few for Slay The Spire for setting gold to 999 etc. etc. How would I go about making one that multiplies stat gains out of interest?
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,758
Trophies
1
XP
6,427
Country
United States
So in previous versions there was a code for [Skill x16] and other multipliers, Is there anything like that for the current version? Also how would someone go about making one of those?

I'm ok with making cheats that set a value to another value, I've made a few for Slay The Spire for setting gold to 999 etc. etc. How would I go about making one that multiplies stat gains out of interest?
I believe one such code is the classroom booster, however, if you are looking for a battle skill booster, that's different addresses...
I have found them by using what would be the x1 value of the code...
 

Turtle00

Active Member
Newcomer
Joined
Jul 23, 2019
Messages
33
Trophies
0
Age
44
XP
180
Country
United States
It is not impossible, but do you want a in battle select(highlight unit) or a loop code(for at "base of operations")?

I mean at base of operations when you can select your skills have them all there to pick from so you can add cool stuff like dragonskin and infinite magic.

There's a thing with FE games and skills where you can hack in a skill but when you unequip it, it disappears, it doesn't go back into the list of available skills, whoever made codes for the 3DS games found a workaround for that problem.

For example in Fates this code is used

[Able to set all skills(Include Personal skills) v1.0]
D3000000 00000000
004B8904 E1A00000
006D3C60 000000E5

@ymyn
 
Last edited by Turtle00,

AkiraKurusu

Pokémon's dead
Member
Joined
Dec 29, 2019
Messages
1,268
Trophies
1
Age
26
Location
Northwood, Sydney
XP
3,573
Country
Australia
Is there a code to make all abilities available to select?
You could use the save editor; the 1.1.0 version works for 1.1.1, and it has every Ability.

Not to mention that some Abilities are just outclassed by others - for example, the Weapon Prowess ones are automatically replaced by higher-level ones as you increase the weapon stat, the Magic x2 and x4 are outclassed by Infinite Magic (normally an enemy-only Ability), there's Bowrange +1 and +2, Weight -3 and -5, Professor's Guidance and Professor's Guidance+, etc.
So an "All Ability" code is kinda redundant, in my eyes.
 

AkiraKurusu

Pokémon's dead
Member
Joined
Dec 29, 2019
Messages
1,268
Trophies
1
Age
26
Location
Northwood, Sydney
XP
3,573
Country
Australia
...I know this is a double-post, but it's a completely different topic posted more than 15 hours later. Please forgive me.

The save editor - does anyone know what the "Bits" are on the Roster/Character/Flags section?
I think Bit0 in the Class subsection (the area with "Did Exam today" and "Was Praised today" sic) has to do with eating lunch together for support points and motivation? Because everyone in my roster was invited to lunch except for Dimitri, Dedue and Catherine, and they're the only ones without Bit0 there set?

No idea what Bit6 and Bit7 there are, though; perhaps one of them's got to do with the spa? There must be different bits for "Relaxed" and "Very relaxed" (the latter of which gives more points during the Instruction thing), but are those Bit6 and Bit7? I dunno.

However, Lysithea's the only girl with Bit4 in the main Character subsection set...don't know why, when I barely use her or the other girls; wonder why Bit4 there's set...
Some guys have Bit5 set, some don't. Some have Bit14, some have Bit11, some have Bit7. Cyril's the only one with Bit21? He was the last one I trained in battle, so he also has the "Is Deployed" flag set...
 
  • Like
Reactions: Natural

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: https://youtu.be/MddR6PTmGKg?si=mU2EO5hoE7XXSbSr