About
EarthBound (released as Mother 2 in Japan) is the original SNES role-playing game this project disassembles. ebsrc is a disassembly of EarthBound (Mother 2), which the author hopes will eventually evolve into a full decompilation. It can build ROMs for the US retail release, a US localization prototype dated 1995-03-27, or the original Japanese Mother 2 release, using tools including ebbinex, ca65, and spcasm.
Getting started
Building requires cloning the repository and running the ebbinex tool against your own copy of the target ROM (US retail, the 1995 localization prototype, or Mother 2), then running make for the desired build target.
Known limitations
- development: Currently a disassembly, not yet a proper decompilation.
Additional notes
- Status
- The project is currently a disassembly rather than a full decompilation; outstanding work listed includes better asset extraction, documentation, and decompiling the game's C code.