FE_Builder_GBA -- If you have any questions, attach report7z

Added event template.

template_event_TalkEventAndFADI_FE8.txt    At the end of the conversation, fade in with the text box displayed to make the screen black
template_event_RedFlushWarningEffect.txt    Red alarm like a warning. Flashes the entire screen red.
template_event_StairsSoundEffect.txt    Makes a sound like going down the stairs. MapEffect

Video:

ups:
https://cdn.discordapp.com/attachments/470029781795078175/883392287227404408/test.ups

1 Like

Iā€™m back here again!
So Iā€™m simply having an issue that whenever a unit dies in Chapter 1 (Breath of Destiny), they ā€œrespawnā€ in the following chapter. Obviously, I donā€™t want this to happen. Whatā€™s even more odd is that this never occurs again which surprises me.
Hereā€™s the 7z link.

So Iā€™ve just randomly found out that any killed unit on chapter 1 is revived for chapter 2. I donā€™t want this to happen obviously. Along with that, this is the only chapter this occurrs in (doesnā€™t occur in the chapters after_.

In the meantime, I recommend that you display the preparation screen on ch2, as that will solve the problem.

Your ROM is strange.
The normally does not remove the hidden flag when you LOAD1 a dead unit.
However, in your ROM, LOAD1 will remove the dead unitā€™s hide flag.
When you display the preparation screen, the dead are again set to the hidden flag and disappear.
I am not sure why it behaves in such a strange way.

However, if you write preparation at the very end of StartEvent of ch2, it will be solved, so it is recommended to use it.

I actually managed to figure out a solution, heck.
Turns out swapping it to LOAD2 will no longer allow the dead unit to spawn in.
I tested this by killing Allen in Chapter 1 and in the following cutscene in Chapter 2, he no longer appears.

Hi. Iā€™m still learning about using this great program while I advance my hack. Is there a way to edit the kingdom names in Fire Emblem 8 in the very first opening sequence where they are shown briefly on the map? The names glow.

Just lookin through the questions thread as you do and saw this, figured I could answer it and give 7743 a break! (hopefully thatā€™s allowed, not sure why it wouldnā€™t though)

first you go to image editor (donā€™t mind me using an edited rom as an example, itā€™s the same method)


next you click on world map image

then you go to ā€˜borderā€™ from there you can see the different images used for the cutscene

then you just import your own image and thatā€™ll be what shows up (do be aware of the size restriction and color limit though)

2 Likes

So the names are actually on the map itself? Ok, thanks for replying. This is gonna be helpful. I can just insert my own map with the names already written on it.

1 Like

if you need any more information on specifically world map stuff I highly recommend PentVā€™s amazing tutorial on the traversable world map, as a general rule of thumb when looking at general questions like how to do something, thereā€™s probably a great guide on it or itā€™s been asked in a question thread before, checking those can save both you and 7743 time.

1 Like

Gotcha, Iā€™ll search for those before I put up a question.

1 Like

Hello, I have an issue with class 01. When battling, it softlocks the game for some time, then it proceeds to battle normally with animations turned off. Iā€™ve never encountered this error before, why does it happen? Can this problem be fixed?

The conclusion is that the Custom Animation Patch is corrupt.
Please set this data to null.
That should fix the problem for now.

Fix:

Didnā€™t you rebuild before?
The data structure in your ROM appeared to be the rebuilt data.

I think the data with the invalid pointers may have interfered with the rebuild.
I think the data in the list has been torn off.

As a result, invalid data was written, and that data was accidentally registered as the Custom Animation setting for class 0x01.
However, this data does not work because it has an invalid pointer.
Therefore, the game will freeze.

Here is the proof:

So the countermeasure is to scrape the data and put clear terminated null data in the list.

If the problem was caused by rebuilding, it is strange that this was not found in the test play.
Was this unit not there at the time?

1 Like

Whatā€¦? No, I donā€™t remember rebuilding this specific ROM. I have rebuilt another ROM, but I scrapped that project due to badly managed memory space, this is not a rebuilt rom, I swear!
Now Iā€™m going to check if I can replicate what you just did.
Also, this unit was the second one I created, this problem literally came out of nowhere.

If so, itā€™s just my imagination.
Donā€™t worry about it.
Anyway, the problem is that this Custom Animation Patch is broken.

1 Like

Thank you, you were right. I uninstalled the old version and everything went back to normal. Youā€™re the best.

Hello - I have a quick question that I am hoping has a simple answer. I want to press Select to show Growth Rates like in the SkillSystems patch, but I donā€™t want to install this patch as I donā€™t want to use skills in my FE Hack and this patch is quite extensive on that. Is there a simpler patch/method to get this done? I donā€™t need fancy colors or anything (though thatā€™d be nice also), I just am looking for the most basic method to display Growth Rates when pressing Select. Thank you for your time.

Probably it impossible.
MSS is part of Skill Systems, so I donā€™t think itā€™s separated.

This is the original growth display patch for FE8:

Install with event assembler.

2 Likes

Thank you so much!

Iā€™m having an issue where Morva cannot equip his ā€˜Wretched Airā€™
Iā€™ve changed very little about Morva or this item, so I expect a patch (or my incompetence) is to blame
Thank you for any assistance

Report.7z

EDIT: Solved, thank you knabepicer.

Having not looked at your report, I would guess that you installed skillsys. In vanilla, Wretched Air requires A rank in monster, and the monster weapon lock has hardcoding to ignore this restriction. Installing skillsys removes this, so the weapon becomes unequippable. Simply reduce the weaponā€™s rank.

4 Likes