-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Mokha Lee edited this page May 29, 2024
·
8 revisions
It is origined from StanHash/FE-CHAX with the main purpose to write EngineHacks in C rather than ASM. The early work mainly focus on how to achieve elf2ea (or say, lyn utilly). With the progress on Decomp and other tools such as ea-dep, a dependence generator, now we may go further with the following goals:
- Up to 7 skills equipable for ally units, player can select skills on prepscreen.
- FE-Engage style combo-attack, enable allies participate on attacking.
- FE-ThreeHouses style combat-art, achieve higher damage by increasing weapon cost.
- Some other cool AOE effects and UI interfaces.
- All components are all generated at once via a
make
command. - Use the same .h headers and symbol list to decomp.
- More C-Hacks and less ASM-Hacks.
- Useful debug kit.
- A faster
SkillTester()
design via SkillList. - Better free-space and free-ram-space control.
- A fixed pointer list to get data location, which will facilitate collaborative development with FEB.
- Better battle-system design and battle-hit is expanded to 20.