Decompilation/disassembly of Fire Emblem: The Sacred Stones
Go to file
2018-02-24 00:21:48 -06:00
asm import m4a_1.s 2018-02-24 00:21:48 -06:00
data import m4a_1.s 2018-02-24 00:21:48 -06:00
include import m4a_1.s 2018-02-24 00:21:48 -06:00
src import m4a_4.c 2018-02-23 23:09:35 -06:00
tools set up build system 2018-02-19 22:55:34 -06:00
.gitattributes 👾 Added .gitattributes & .gitignore files 2018-02-16 21:20:53 +00:00
.gitignore don't track compiler output files 2018-02-23 09:22:41 -06:00
asmdiff.sh set up build system 2018-02-19 22:55:34 -06:00
build_tools.sh set up build system 2018-02-19 22:55:34 -06:00
checksum.sha1 set up build system 2018-02-19 22:55:34 -06:00
fireemblem8u.c first commit 2018-02-16 21:21:32 +00:00
ldscript.txt import m4a_4.c 2018-02-23 23:09:35 -06:00
Makefile import m4a_2.c 2018-02-23 22:56:43 -06:00
README.md set up build system 2018-02-19 22:55:34 -06:00
sym_ewram.txt raplace raw EWRAM pointers with labels 2018-02-22 17:07:27 -06:00
sym_iwram.txt import m4a_2.c 2018-02-23 22:56:43 -06:00

Fire Emblem: The Sacred Stones

This is a disassembly of Fire Emblem: The Sacred Stones (U)[!]

It builds the following ROM:

  • fireemblem8.gba sha1: c25b145e37456171ada4b0d440bf88a19f4d509f

Setting up the repository

  • You must have a copy of the Fire Emblem: The Sacred Stones ROM named baserom.gba in the repository directory.

  • Install devkitARM.

  • Then get the build tools from https://github.com/pret/pokeruby-tools. Copy the tools/ folder into the repository directory.

  • You can then build fireemblem8 using make in the MSYS environment provided with devkitARM.