mirror of
https://github.com/zestydevy/dinosaur-planet.git
synced 2024-12-04 03:01:01 +00:00
A WIP decompilation of Dinosaur Planet for the Nintendo 64
include | ||
src | ||
tools | ||
.gitignore | ||
.gitmodules | ||
.splat_cache | ||
checksum.md5 | ||
diff_settings.py | ||
diff.py | ||
Makefile | ||
README.md | ||
requirements.txt | ||
splat.yaml | ||
symbol_addrs.txt | ||
undefined_funcs_auto.txt | ||
undefined_funcs.txt | ||
undefined_syms_auto.txt | ||
undefined_syms.txt |
Dinosaur Planet
A WIP decompilation of Dinosaur Planet for the Nintendo 64
Note: To use this repository, you must already have a ROM for the game.
For Python dependencies:
pip3 install -r requirements.txt
To use
- Place the Dinosaur Planet ROM into the root of the repository as
baserom.z64
. - Set up tools and extract the rom:
make setup
- Re-assemble the rom:
make