A computer-themed RPG for NES, made for the Game Off 2021 game jam.
- cc65 for compiling
- FamiTone 5.0 (set
NSF2DATAandTEXT2DATApaths on Makefile) - FamiTracker (set
FAMITRACKERpath on Makefile).
Intermediate sfx and soundtrack files are commited, so FamiTone and FamiTracker are only needed if their original files are changed.
To compile a release version:
$ make...or to include the commit on the rom name:
$ make releaseTo compile a debug version:
$ make debugTo compile a debug version and open it on an
emulator (with path defined by the EMULATOR variable on Makefile):
$ make run