About
Final Fantasy V is a Super Famicom/SNES role-playing game; this disassembly is built from its Japanese release and the RPGe fan-translation patch of it. This is a disassembly of Final Fantasy V for the Super Famicom/SNES, aiming to produce ROMs that match the original Japanese release and the RPGe fan-translation version byte-for-byte. The project is organized into stages — converting the machine code to assembly, adding labels for relocatable code, extracting all game assets from an original ROM, and (in progress) adding RAM definitions and cleaning up the code — and depends on GNU Make, cc65 and Python 3 to build.
Getting started
Building requires GNU Make, cc65 and Python 3, plus the user's own copy of an original ROM to extract game data and assets from before assembling.
Additional notes
- Legal note
- The repository avoids distributing copyrighted assets directly — all graphics, text and other game data are extracted from the user's own ROM rather than included in the repo.