Disassembly and decompilation of Pokémon Stadium
Go to file
ProjectRevoTPP 9cd02e8e6b WIP
2024-08-10 16:05:52 -04:00
.github/workflows Finish libleo main api 2023-07-23 00:13:16 -05:00
baseroms/us WIP 2024-08-10 16:05:52 -04:00
include WIP 2024-08-10 16:05:52 -04:00
lib/ultralib WIP 2024-08-10 16:05:52 -04:00
linker_scripts WIP 2024-08-10 16:05:52 -04:00
oldnotes Refactor and bootstrap repository to new build system. 2022-09-17 19:08:56 -04:00
src WIP 2024-08-10 16:05:52 -04:00
tools WIP 2024-08-09 21:24:27 -04:00
utils add script to generate context for m2c/decomp.me 2023-01-06 17:52:25 -05:00
yamls/us WIP 2024-08-10 16:05:52 -04: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 test 2024-08-09 21:42:52 +01:00
.gitmodules add asm-processor submodule 2022-12-29 13:23:16 -05:00
calcprogress.py initial work on shifting 2024-08-05 21:25:06 -04:00
checksum.md5 Make output target name pokestadium to remain consistent with other pret repositories. 2022-09-24 20:18:56 -04:00
diff_settings.py update diff setting 2023-01-01 13:14:11 -05:00
diff.py WIP 2024-08-10 16:05:52 -04:00
format.py add clang-format and format.py and cleanup util.c 2023-09-02 15:54:26 -04:00
Makefile WIP 2024-08-10 16:05:52 -04:00
README.md Replaced decomp list with pret.github.io link 2023-08-30 18:40:12 -04:00
requirements.txt test 2024-08-09 21:42:52 +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

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

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