Skip to content

C headers and references for FE8 wizardry

Notifications You must be signed in to change notification settings

MokhaLeee/FE-CLib-Mokha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FE-Clib fit to Decomp

C header files for FireEmblem8U port from decomp

Usage (for WSL & ubuntu):

  1. Suppose you have a .c file (named as test.c), put it to repo directory and then:

  2. .c to .o

    make -f template.mk test.o

    Now you get the obj file test.o and then:

  3. .o to .lyn.event

    Get lyn and then:

    ./lyn test.o reference/fireemblem8.ref.o > test.lyn.event

See also

About

C headers and references for FE8 wizardry

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Assembly 41.9%
  • C 38.1%
  • Pawn 18.4%
  • Pascal 0.9%
  • C++ 0.6%
  • Python 0.1%