A computer-themed RPG for NES, made for the Game Off 2021 game jam.
- cc65 for compiling
- FamiTone 5.0 (set
NSF2DATA
andTEXT2DATA
paths on Makefile) - FamiTracker (set
FAMITRACKER
path 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 release
To compile a debug version:
$ make debug
To compile a debug version and open it on an
emulator (with path defined by the EMULATOR
variable on Makefile):
$ make run