Disassembly and decompilation of Pokémon Stadium
Go to file
Diamond Lewis 85b4f767a6 Fragment25
2025-12-05 15:49:33 -06:00
.github/workflows Finish libleo main api 2023-07-23 00:13:16 -05:00
baseroms/us a 2024-08-10 03:03:49 +01:00
include Decomp 46680 2025-12-03 20:45:09 -06:00
lib/ultralib Verbose-ify Makefile 2024-09-26 22:15:10 -04:00
linker_scripts Fragment 1 various functions 2025-09-18 10:19:06 -05:00
oldnotes Refactor and bootstrap repository to new build system. 2022-09-17 19:08:56 -04:00
src Fragment25 2025-12-05 15:49:33 -06:00
tools clean up 2025-11-26 14:19:51 -06:00
yamls/us 232C0 2025-12-03 23:17:50 -06:00
.clang-format begin clang-format work 2023-09-02 12:44:16 -04:00
.clang-tidy begin clang-format work 2023-09-02 12:44:16 -04:00
.gitignore Fragment 31 more functions 2025-11-30 09:30:20 -06:00
.gitmodules merge 2024-08-11 01:31:38 -04:00
diff_settings.py fragment40 2025-04-07 22:59:53 +01:00
diff.py a 2024-08-10 06:27:33 +01:00
format.py add clang-format and format.py and cleanup util.c 2023-09-02 15:54:26 -04:00
Makefile clean up 2025-11-26 14:19:51 -06:00
progress.py Split fragment progress 2024-09-05 20:54:43 +01:00
README.md Update README.md 2024-08-20 16:11:21 -03:00
requirements.txt 343BA0, 347330, 34A420 2025-06-08 18:47:33 +01:00

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.