Skip to content

Disassembly and decompilation of Pokémon Stadium

Notifications You must be signed in to change notification settings

pret/pokestadium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

11ccc80 · Mar 16, 2025
Jul 23, 2023
Aug 10, 2024
Mar 16, 2025
Sep 27, 2024
Mar 16, 2025
Sep 17, 2022
Mar 16, 2025
Mar 5, 2025
Mar 16, 2025
Sep 2, 2023
Sep 2, 2023
Aug 9, 2024
Aug 11, 2024
Oct 11, 2024
Aug 20, 2024
Aug 10, 2024
Aug 11, 2024
Sep 2, 2023
Sep 5, 2024
Aug 11, 2024

Repository files navigation

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.