[FE7] Stat screen display

I know nothing about wizardry and I’d like some help with the stat screen.
I want to rearrange the stats like in newer games (Strength, Magic, Skill, Speed, Luck and Defence), because that would make more sense with this patch. Basically just move Resistance/Magic below Strength.
Having Magic at the bottom just feels a bit odd…

give me a minute

1 Like

paste this at 0x4049A0
[spoiler]
44 31 00 02 FE 32 00 02 03 00 00 00 E8 26 CC 08 4C 31 00 02 7E 33 00 02 03 00 00 00 EC 26 CC 08 54 31 00 02 FE 33 00 02 03 00 00 00 F8 26 CC 08 5C 31 00 02 7E 34 00 02 03 00 00 00 F0 26 CC 08 64 31 00 02 FE 34 00 02 03 00 00 00 F4 26 CC 08 6C 31 00 02 8E 32 00 02 03 00 00 00 04 27 CC 08 74 31 00 02 0E 33 00 02 03 00 00 00 FC 26 CC 08 7C 31 00 02 8E 33 00 02 03 00 00 00 00 27 CC 08 84 31 00 02 0E 34 00 02 03 00 00 00 08 27 CC 08 8C 31 00 02 8E 34 00 02 03 00 00 00 0C 27 CC 08 94 31 00 02 0E 35 00 02 03 00 00 00 24 27 CC 08
[/spoiler]

then change:
7FEE0 to 5
7FF2A to 7
7FF46 to 9
7FF68 to B
7FF8A to 3

Then you should get this

This doesnt update the rbutton messages though

1 Like

I works fine. Thanks!

Also, you forgot to mention that labels aren’t changed, but that’s easy to solve.

I found a little problem with the level up screen:

The labels are correct, but the numbers are wrong.

oh yeah the level up screen
hold on

And I noticed the same problem in the unit menu.

yeah that too
there are so many little things >_>