Skip to content
/ fe1 Public

Disassembly of Fire Emblem: Ankoku Ryu to Hikari no Tsurugi ("Shadow Dragon and the Blade of Light")

Notifications You must be signed in to change notification settings

StanHash/fe1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fire Emblem: Ankoku Ryu to Hikari no Tsurugi

This is a disassembly of Fire Emblem: Ankoku Ryu to Hikari no Tsurugi, also known as Fire Emblem: Shadow Dragon and the Blade of Light. It is the first installment in the Fire Emblem series.

It builds the following ROM:

  • fe1.nes sha1: 0179c550d424e0397496078789e7b116601d120c

Setting up

  • You will need to be under some kind of Unix/Linux system (on Windows 10, try out WSL).

  • You will need to have a C++ compiler as well as CMake installed in order to build the assembler.

  • You will also need to have a copy of the original ROM in the repository directory, named fe1-base.nes.

  • Build and install the WLA-DX assembler using the provided script located in tools/install-wla-dx.sh.

  • Once that is done, you should be able to build the project by using make.

Notes

I am currently using the WLA-DX assembler suite to build the project, but I'm somewhat unconvinced with it. I'm considering developing a new assembler to use as a replacement.

Not all of the ROM has been dumped into ASM files yet, which is why the original ROM is still required for building the project.

Most of the data, even if dumped, is in the form of raw lists of bytes.

See also

Contact

You can find me over at the Fire Emblem Universe Discord under the handle nat5#4387.

About

Disassembly of Fire Emblem: Ankoku Ryu to Hikari no Tsurugi ("Shadow Dragon and the Blade of Light")

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages