FE_Builder_GBA -- If you have any questions, attach report7z

Click extended list and put the new number as 1 or however many you want it to be. If you want to get rid of it entirely just put in 0.

That got rid of the number of units but how would I get rid of the extra slots?

I’m talking about the slots that come after the two Turn:1 (Player Turn) slots

That’s actually a good question that I can’t answer. Nothing I’ve tried has gotten rid of them.

Another thing in FE7. I was testing out making a character whose name would match the name inputted at the beginning of the game (In the text Lyn would refer to the player as [Tact]. How would one set the characters name so it corresponds to what the player inputs at the beginning of the game?

If you want to simply get rid of those extra units in the Player arrangement (Eliwood) slot, assuming that you only want Lyn and that Tactician unit to be there, go to the first level 0 Eliwood, set all of the unit’s values to 0, then save the changes. FEBuilder will then only see the first two units as being there, and nothing else will be listed or show up in game.

Basically just click on the aforementioned Eliwood and make the stuff at the bottom look like this (address, size, and selection do not need to be changed, so they aren’t shown):

image

image

(Edit: Take a look at this post, it should help you figure out using the tactician’s name: Use the Tactician name on a unit)

Thanks dude. You’re a big help.

I have another question. When using FEBuilder with FE7 which classes are usually safe to replace with custom classes without causing any problems?

Peer is an easy one to edit I believe. Since it’s for cut scenes only and wouldn’t effect gameplay.

Does anyone remember the video where you could give a character the tactician’s name?Use the Tactician name on a unit
How would one do this with FEBuilder?

What about prince and child class?

I created a patch for FE7.

update FEBuilderGBA

install “Anti-Huffman” patch. (if not install)

install “Reserved TextID:0x1EFF as the display of the tack name” patch

Set the unit name to 1EFF.

press F5 key.

2 Likes

Someone can help me please?

Prince is Zephiel so I wouldn’t recommend it.
Child you could maybe but I don’t remember what it’s used for.

Can you access https://github.com/ from your PC?
Somehow, on your PC, github.com is configured to access 127.0.0.1 (localhosts).
Are there any strange settings in the filtering software(Content-control software) or etc/Hosts?

Technicly depends on the prince-class(I mean,the tacticianclass also uses the “prince”-string as name.)

How about dark seal and child?

I have another question. How would you set their affinity to correspond with the one you chose at the beginning of the game? Also is it possible to increase the number of supports?

If you create only events, create and switch units with all attributes.
However, there is a problem with Support.

If you want to do something, including Support, you can only write ASM.
Write ASM so that a single unit can have multiple attributes.
If you really want to do it, write your own ASM.

It is almost impossible to increase support.
If you really want to do this too, you can only write ASM yourself.
You will need to manage the free space of the RAM Unit structure and extend the format of the Save data.
This will be a very difficult hack.

With FE8, there are lots of free space in the class, and if you reuse the monster class, you can do most things.
If you really want to do it with FE7, you’ll have to find a empty class or remove how many classes.
You may extend the class, but it is risky and I do not recommend it.