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