Decompilation of Pokémon Stadium 2 (US)
  • C 77.8%
  • Python 12.5%
  • C++ 5.1%
  • Assembly 3.5%
  • Makefile 1%
Find a file
Revo c0e10f23d9
Merge pull request #17 from dplewis/jp-support
Add Pokémon Stadium Kin Gin (JP) Support
2026-07-10 11:49:56 -04:00
baseroms Add JP Support 2026-07-08 13:36:45 -05:00
include Add JP Support 2026-07-08 13:36:45 -05:00
lib/ultralib add the actual library you dimwit 2024-11-09 08:48:48 -05:00
linker_scripts Add JP Support 2026-07-08 13:36:45 -05:00
src Add JP Support 2026-07-08 13:36:45 -05:00
tools Add JP Support 2026-07-08 13:36:45 -05:00
yamls Add JP Support 2026-07-08 13:36:45 -05:00
.gitignore Fix build 2026-01-29 20:39:46 -06:00
diff.py libultra linking 1 2024-11-03 19:02:13 -05:00
diff_settings.py libultra linking 1 2024-11-03 19:02:13 -05:00
Makefile Add JP Support 2026-07-08 13:36:45 -05:00
progress.py bootstrap C global_asm files 2024-11-08 22:24:13 -05:00
README.md Add JP Support 2026-07-08 13:36:45 -05:00
requirements.txt Fix build 2026-01-29 20:39:46 -06:00

Pokemon Stadium 2 (US)

A WIP decomp of Pokemon Stadium 2 (US/JP).

It builds the following ROMs:

  • pokestadiumgs-us.z64: md5: 1561c75d11cedf356a8ddb1a4a5f9d5d
  • pokestadiumgs-jp.z64: md5: a17aadcc962393d476edc321e59c504b

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 2 (US/JP) rom into the repository's "/baseroms/VERSION/" folder as "baserom.z64". VERSION can be us or jp
  2. Set up tools and extract the rom: VERSION=us make init
  3. Re-assemble the rom: make

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