2023-07-30 17:19:52 -04:00
2023-07-23 00:13:16 -05:00
2023-07-29 18:34:24 -05:00
2023-07-29 22:36:14 +02:00
2023-07-14 13:11:31 -05:00
2022-12-29 13:23:16 -05:00
2022-10-02 14:58:22 -04:00
2023-01-01 13:14:11 -05:00
2023-07-29 18:34:24 -05:00
2023-07-28 20:11:52 -04:00
2022-11-04 20:37:28 -04:00
2022-10-12 22:22:56 -04: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

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 root of the repository as "baserom.z64".
  2. Set up tools and extract the rom: make setup
  3. Re-assemble the rom: make

See also

Other disassembly projects:

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%