A WIP decomp of Pokemon Stadium 2 (US). Build system based on the Pokemon Stadium (US) decomp listed below.
It builds the following ROMs:
- pokestadiumgs.z64:
md5: 1561c75d11cedf356a8ddb1a4a5f9d5d
Note: To use this repository, you must already have a rom for the game.
Under Debian / Ubuntu (which we recommend using), you can install them with the following commands:
sudo apt update
sudo apt install make git build-essential binutils-mips-linux-gnu python3 python3-pip
Please also ensure that the Python version installed is >3.7.
The build process has a few python packages required that are located in requirements.txt
.
To install them simply run in a terminal:
python3 -m pip install -r requirements.txt
- Place the US Pokemon Stadium 2 rom into the root of the repository as "baserom.z64".
- Set up tools and extract the rom:
make setup
- Re-assemble the rom:
make
Other disassembly projects: