A WIP decompilation of Dinosaur Planet for the Nintendo 64
Go to file
2021-02-23 21:26:23 -08:00
include boot 2021-02-23 14:44:52 -06:00
src boot 2021-02-23 14:44:52 -06:00
tools ido 7.1 perms 2021-02-23 11:10:58 -06:00
.gitignore remove pycache 2021-02-23 11:15:57 -06:00
.gitmodules oops 2021-02-22 10:35:38 -08:00
.splat_cache oops 2021-02-22 10:35:38 -08:00
checksum.md5 move output ROM to build directory 2021-02-22 15:17:13 -08:00
diff_settings.py oops 2021-02-22 10:35:38 -08:00
diff.py oops 2021-02-22 10:35:38 -08:00
Makefile move output ROM to build directory 2021-02-22 15:17:13 -08:00
README.md Update README.md 2021-02-23 21:26:23 -08:00
requirements.txt added all build prereqs 2021-02-23 11:11:17 -06:00
splat.yaml boot 2021-02-23 14:44:52 -06:00
symbol_addrs.txt boot 2021-02-23 14:44:52 -06:00
undefined_funcs_auto.txt oops 2021-02-22 10:35:38 -08:00
undefined_funcs.txt oops 2021-02-22 10:35:38 -08:00
undefined_syms_auto.txt fix idle thread 2021-02-23 11:36:05 -06:00
undefined_syms.txt oops 2021-02-22 10:35:38 -08:00

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.

OS:

Linux (Debian / Ubuntu)
Windows 10 (WSL)

Prerequisites:

sudo apt install -y build-essential git binutils-mips-linux-gnu python3
pip3 install -r requirements.txt

To use

  1. Place the Dinosaur Planet ROM into the root of the repository as baserom.z64.
  2. Set up tools and extract the ROM: make setup
  3. Re-build the ROM: make