Decompilation/disassembly of Fire Emblem: The Sacred Stones
Go to file
2018-03-06 14:10:41 -06:00
asm move string data to C file 2018-03-01 15:43:35 -06:00
data move string data to C file 2018-03-01 15:43:35 -06:00
include move string data to C file 2018-03-01 15:43:35 -06:00
src don't track msg_data.c 2018-03-01 21:43:05 -06:00
tools improve syntax of text input file 2018-03-06 14:10:41 -06:00
.gitattributes 👾 Added .gitattributes & .gitignore files 2018-02-16 21:20:53 +00:00
.gitignore create textencode tool for generating message data 2018-03-01 21:01:51 -06:00
asmdiff.sh set up build system 2018-02-19 22:55:34 -06:00
build_tools.sh create textencode tool for generating message data 2018-03-01 21:01:51 -06:00
checksum.sha1 set up build system 2018-02-19 22:55:34 -06:00
ldscript.txt move string data to C file 2018-03-01 15:43:35 -06:00
Makefile create textencode tool for generating message data 2018-03-01 21:01:51 -06:00
msg_list.txt improve syntax of text input file 2018-03-06 14:10:41 -06:00
README.md set up build system 2018-02-19 22:55:34 -06:00
sym_ewram.txt Merge branch 'master' of https://github.com/FireEmblemUniverse/fireemblem8u 2018-02-27 20:24:59 -06:00
sym_iwram.txt rename functions and variables 2018-02-27 23:42:45 -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.