2026-08-05 07:52:41 -04:00
2023-07-23 00:13:16 -05:00
a
2024-08-10 03:03:49 +01:00
2026-07-31 22:50:31 -05:00
2026-06-10 10:51:35 -05:00
2026-07-31 22:50:31 -05:00
2026-02-16 09:56:14 -05:00
2026-07-31 22:50:31 -05:00
2023-09-02 12:44:16 -04:00
2023-09-02 12:44:16 -04:00
2025-11-30 09:30:20 -06:00
2024-08-11 01:31:38 -04:00
2025-04-07 22:59:53 +01:00
a
2024-08-10 06:27:33 +01:00
2026-07-30 12:17:12 -05:00
2024-09-05 20:54:43 +01:00
2024-08-20 16:11:21 -03:00
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.

Description
Disassembly and decompilation of Pokémon Stadium
Readme 38 MiB
Languages
C 89.6%
Python 5%
Assembly 2.9%
C++ 1.4%
Makefile 0.8%
Other 0.3%