About
This project documents the US NES release of Final Fantasy. FF Disassembly is a fully commented, reassemblable disassembly of the US NES release of Final Fantasy, intended to make ASM hacks and bugfixes easy to perform. It reached a 'v1.0 Complete' state after being developed on and off over several years, and documents numerous bugs the author found in the original game (each labeled 'BUGGED' in the source), often with a suggested fix.
Getting started
To produce a playable ROM, edit the disassembled assembly source as desired and run the included build script, which assembles and links the changes back into a ROM file.
History
The project was an on-and-off effort spanning several years before the author completed full documentation of the code for its v1.0 release.
Known limitations
- documentation: Multiple bugs documented throughout the disassembly, with suggested fixes provided.