- Requires wla-dx and python3.
make neswill build the ROM, it assumes the directoryoriginalexists, with CHR ROM,OR.chrinside. (NesExtract can be used to extract the chr from a ROM)- To compile the romhack version, define
export ROMHACK=1before runningmake nes.
- Helper scripts:
- assume the PRG ROM exists at
original/OR.bin, though this is just for data extraction atm - require the
pypngpackage to be installed.python3 -m pip install pypng pythonon the PATH must refer to python3.
- assume the PRG ROM exists at
- Disassembled PRG ROM exists in
code/ includeis RAM defines and some other helper files likeconstants.sandmacros.sjsonis intermediate data, created by scripts for use in other scriptstoolshas the scripts for data extraction, tilemap generating, and in the future, everything else we need to speed up development