C header files for FireEmblem8U port from decomp
-
Suppose you have a .c file (named as test.c), put it to repo directory and then:
-
.c to .o
make -f template.mk test.o
Now you get the obj file test.o and then:
-
.o to .lyn.event
Get lyn and then:
./lyn test.o reference/fireemblem8.ref.o > test.lyn.event
- fe8-chax-template, an example to use this C-Lib to compile your own source files.
- FE8U-CSkillSys, project for modern CHAX for FE8U.
- FireEmblemUniverse/fireemblem8u, a decompilation of Fire Emblem: The Sacred Stones (US)