Decompilation/disassembly of Fire Emblem: The Sacred Stones
Go to file
2019-05-05 13:00:22 -04:00
asm Dump wait unit icons and palettes 2019-05-05 12:28:23 +00:00
data fix and clean up ROM padding and split out more end ROM objects 2019-05-05 13:00:22 -04:00
graphics Merge branch 'master' of https://github.com/FireEmblemUniverse/fireemblem8u 2019-05-05 12:29:07 +00:00
include Merge branch 'master' of https://github.com/FireEmblemUniverse/fireemblem8u 2019-05-05 12:29:07 +00:00
scripts Dump wait unit icons and palettes 2019-05-05 12:28:23 +00:00
sound dump all portrait data 2019-05-04 12:13:46 +00:00
src Merge branch 'master' of https://github.com/FireEmblemUniverse/fireemblem8u 2019-05-05 12:29:07 +00:00
tools dump all portrait data 2019-05-04 12:13:46 +00:00
.gitattributes dump all portrait data 2019-05-04 12:13:46 +00:00
.gitignore ignore .gbapal files 2019-05-05 12:48:31 +00:00
asmdiff.sh dump all portrait data 2019-05-04 12:13:46 +00:00
build_tools.sh dump all portrait data 2019-05-04 12:13:46 +00:00
checksum.sha1 dump all portrait data 2019-05-04 12:13:46 +00:00
ldscript.txt fix and clean up ROM padding and split out more end ROM objects 2019-05-05 13:00:22 -04:00
linker_script_banim.txt dump all portrait data 2019-05-04 12:13:46 +00:00
Makefile fix and clean up ROM padding and split out more end ROM objects 2019-05-05 13:00:22 -04:00
README.md dump all portrait data 2019-05-04 12:13:46 +00:00
sym_ewram.txt dump all portrait data 2019-05-04 12:13:46 +00:00
sym_iwram.txt dump all portrait data 2019-05-04 12:13:46 +00: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. If you want to build the tools yourself, grab the libpng-devel package and run build_tools.sh instead.

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