Skip to content

FiendsOfTheElements/ff1snes

 
 

Repository files navigation

ff1snes

A port of Final Fantasy to the SNES. Written from the ground up: No code was copied from the original NES game, though the disassembly was certainly used as a reference.

Building

To build the ROM, you'll need cc65 and make. You'll also need an FF1 ROM, which you can place in the root directory and name ff1.nes. You will also need .NET 10 to extract data from the source ROM. The necessary data will be automatically extracted and compiled into the SNES ROM.

Just run make from the command line.

Note: We want the Makefile to eventually run the ff1ripper scripts as .cs files straight from the command line, this will require .NET 10.

About

FF1 for SNES, written from scratch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 62.1%
  • C# 19.4%
  • C++ 17.0%
  • Other 1.5%