FE6 level cap issue

In Binding Blade I set the level max to 40, but the game’s level cap is apparently 31. Is there a way I can change this?

You can make the level go higher by editing the level-up function and remove the max level limit. The real problem is saving, since the max value is 0x1F, or 31. Like the other topic, the answer is editing code with ASM.

2 Likes

I see, I will try to check that

FE_Builder_GBA -- If you have any questions, attach report7z - #829 by Kao I found this, could this be useful? Or I should better do my own research?

If you scroll 2 messages down, you’ll see that’s the patch that 7743 added and the one that you used. It only affects the active game, not the save data which is the cause of the problem.

1 Like

I see, I guess I will try to get help for that