Disassembly and decompilation of Pokémon Stadium
Go to file
Revo a4011d1146
Some checks failed
C/C++ CI / build (push) Has been cancelled
Merge pull request #225 from zanderyk/func_800328E4
Match `func_800328E4` and `func_80032940` and `func_80032990`
2026-06-10 12:07:18 -04:00
.github/workflows
baseroms/us
include
lib/ultralib Fix ultralib build on macOS 2026-06-10 10:51:35 -05:00
linker_scripts JpegUtils_ProcessHuffmanTableImplOld 2026-02-27 15:23:33 -05:00
oldnotes
src Merge pull request #225 from zanderyk/func_800328E4 2026-06-10 12:07:18 -04:00
tools
yamls/us rename C970 -> jpegutils 2026-02-27 15:28:46 -05:00
.clang-format
.clang-tidy
.gitignore
.gitmodules
diff_settings.py
diff.py
format.py
Makefile rename C970 -> jpegutils 2026-02-27 15:28:46 -05:00
progress.py
README.md
requirements.txt

Pokemon Stadium (US)

A WIP decomp of Pokemon Stadium (US).

It builds the following ROMs:

  • pokestadium.z64: md5: ed1378bc12115f71209a77844965ba50

Note: To use this repository, you must already have a rom for the game.

Prerequisites

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 python3-venv

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

To use

  1. Place the US Pokemon Stadium 1.0 rom into the repository's "/baseroms/us/" folder as "baserom.z64".
  2. Set up tools and extract the rom: make init
  3. Re-assemble the rom: make

For contacts and other pret projects, see pret.github.io.