Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 900 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 900 Bytes

Fire Emblem: The Sacred Stones

PRs Welcome

FE Decomp Portal

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

It builds the following ROM:

  • fireemblem8.gba sha1: c25b145e37456171ada4b0d440bf88a19f4d509f

This branch removes tools/ to make setting up much easier, especially for Windows users, because you needn't install Unix environments to build tools and project anymore.

Setting up the repository

  1. Install Docker.

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

  3. Build

  • For Windows users, double-click build.bat.
  • For other users, run ./build.sh.

You will see fireemblem8.gba: OK for success.