Skip to content

ginger-mochi/castlevania3-disasm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiling

  • Requires wla-dx and python3.
  • make nes will build the ROM, it assumes the directory original 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 running make nes.

Misc

  • 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.

Structure

  • Disassembled PRG ROM exists in code/
  • include is RAM defines and some other helper files like constants.s and macros.s
  • json is intermediate data, created by scripts for use in other scripts
  • tools has the scripts for data extraction, tilemap generating, and in the future, everything else we need to speed up development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 98.9%
  • Python 1.1%