nstbayless / cv2br-editor

Extracts level data from Castlevania 2: Belmont's Revenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Castlevania II: Belmont's Revenge: Editor & Data Extraction Scripts

Editor

Screenshot 0 Screenshot 1

Windows: Download Stable | Dev

Alternatively, clone this repo and run python3 -m pip install PySide6 && python3 ./gui.py.

Data Extraction

This repository provides a script (build.sh) which can be run to extract some of the data from a ROM of Castlevania II: Belmont's Revenge, such as the level objects and tiles. If you don't have a bash interpreter and aren't able to run .sh files, you can instead run the python script directly. (Remember to install PIL first.)

Supported roms: us/eu, jp, kgb4ceu

python3.8 is requied to run the script.

(Optional): z80-asm is required to assemble the resulting data.

License

cc-by-nc-sa v3.0

About

Extracts level data from Castlevania 2: Belmont's Revenge


Languages

Language:Python 98.9%Language:Assembly 0.6%Language:Shell 0.5%