Decompilation/disassembly of Fire Emblem: The Sacred Stones
Go to file
2019-01-09 03:49:07 +01:00
asm (bmunit) big func renames 2019-01-09 03:49:07 +01:00
data (bmunit) more cleanup 2019-01-09 01:35:59 +01:00
graphics generate graphics data from PNGs 2018-03-08 22:53:31 -06:00
include (bmunit) big func renames 2019-01-09 03:49:07 +01:00
src (bmunit) big func renames 2019-01-09 03:49:07 +01: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 generate graphics data from PNGs 2018-03-08 22:53:31 -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
ldscript.txt (bmunit) cleanup 2019-01-08 23:42:02 +01:00
Makefile (bmitem!) move current bmunit to bmitem 2019-01-05 22:15:55 +01:00
README.md set up build system 2018-02-19 22:55:34 -06:00
sym_ewram.txt (bmunit) cleanup 2019-01-08 23:42:02 +01:00
sym_iwram.txt (mu) address static global variables 2018-09-10 20:40:33 +02: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.