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
-
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
.
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.
- ZaneAvernathy/FireEmblem5, a disassembly of Fire Emblem: Thracia 776
- StanHash/fe6, a decompilation of Fire Emblem: The Binding Blade
- FireEmblemUniverse/fireemblem8u, a decompilation of Fire Emblem: The Sacred Stones (US)
You can find me over at the Fire Emblem Universe Discord under the handle nat5#4387
.