FE_Builder_GBA -- If you have any questions, attach report7z

Does the Growth_Mod patch apply improved growths only while the item is equipped or does it work while the item is in your inventory?

Can you use it to make usable items give growth rate bonuses (other than Metis’ Tome’s effect)?

In the case of FE 7 U, FEBuilderGBA will process the address written in the 0x9A274 pointer as a list of characters.


unit_pointer() { return 0x9A274; }

Did you not rewrite 0x9A274 when you pointed?
FEBuilderGBA refers to pointers referenced by LDR.
This is because all LDR reference pointers need to be rewritten when re-pointing.

Please send me report 7z.
I want to see your ROM.
https://dw.ngmansion.xyz/doku.php?id=en:guide:febuildergba:report7z

I am not the author of this patch, so I do not know about the details.

However,
Even if I set it to 6C “Vulnerary”, growth rate correction works.
Therefore, I think that it is effective only by keeping it.

1 Like

Hello7743, can you transplant the patches showing growth rate to FE8J?

Please write the URL of the patch.

He is on the thirteenth floor.

Can you make a counter for a person’s ability and occupation? Because the actual ability is character + career, it takes a game to see how much, and it would be nice if we could get the result in the modification.

I have some messy data.

I wonder if I could help you.

World map menu AC1A0C fe8J
Their format is the same.

HP in combat
FE8J 0x052214 enemy
FE8J 0x052224 Our army

If you change it to 63, you can display 99 of HP

1 Like

These are the data I collected from the great God on the forum.
I calculated the address of FE8J with pointer computing tool.

Moving force

One is the upper limit.
0x017F9A
0x017FA4
One is the ability bar.
0x0895A8

Devil weapon effect
0802B5F8 1F

I made some patches, I don’t know how to upload them here.

1 Like

Support for this patch is difficult for two reasons.

This patch is a huge patch.
So transplanting is pretty tough.

There are possibilities to conflict because the status screen has been changed by many people.
On the status screen of FE8J, there are various corrections such as FE8NSkill, magic separation, magic mixture, command, so there is a possibility of conflict.
This patch is a huge patch, so I can not see everything.

For the growth rate, look at the simulation screen of FEBuilderGBA.

There is no plan to make more than the screen of FEBuilderGBA.
To calculate a strict growth rate, it is necessary to set various parameters.
It’s too complicated and will not be used.

If it is FE8J, you can use Project_FE_GBA’s simulation screen.
Project_FE_GBA’s simulation screen probably calculates strict numbers.
However, to do that, it is necessary to set a lot of parameters.

It was too complicated, and I gave up using it.

So, I made a simulation function that I could use more easily.
The accuracy of the numerical value falls to a certain extent.
However, it is important to be easy to use.

Thank you for information.

It is probably still undiscovered data.

it seems to the 080C1298 Function be the starting point.
The address 08AC1B08 is Menu Defintions.
From here, it seems that the world map menu structure you found is called.

Moving force is 0xF upper limit.
Perhaps it is dangerous to use the upper bits.
From 0xF it will be possible to reduce the upper limit, but raising it is dangerous.

He works normally within 19, and 20 will have BUG.

I think that 0x1F(31) is the basic value.
31 - Luck = Bad probability

umm…
When breaking through the upper limit of the status 31,
I thought it was dangerous unless we changed this value.

This is the data that FE8J seals the scope of demons.
189f6

18a04

19d16

19de0

1b652

1 Like

The list of troops shows enemy troops.
08093020 01-81
Show all the troops.
08093048 3f-bf

FE8J

1 Like

What does this mean?
In which scene should I use this?
08093020 2401 mov r4, #0x1
08093022 1C20 mov r0 ,r4
08093024 F786 F870 bl 0x08019108 //GetUnitStruct

the 08093020 seems to pickup data of Unit ID 1 エイリーク Eirika.
This seems to change this value to 0x81 グラド兵 Grado soldiers.

However, I do not know where to use it.
Where can I check this if I look at the game?

He’s the first one on the battle menu, because I’m poor at English, and I don’t understand the ability to use forums to post pictures.

I think I sent you the report already, I can’t find it on my pc lol, but anyway, I fixed the Pointer as you said, but It is really weird that I had no glitches since I did not change that Pointer. The only Issue left is The table size.