Disassembly and decompilation of Pokémon Stadium
Go to file
ProjectRevoTPP ac6d8df4f7 hotfix build
2022-10-08 15:33:35 -04:00
include Documented OS related text 2022-10-07 19:00:29 -07:00
oldnotes Refactor and bootstrap repository to new build system. 2022-09-17 19:08:56 -04:00
src Merge pull request #28 from ProjectRevoTPP/decompile_dp_intro 2022-10-08 15:29:48 -04:00
tools hotfix build 2022-10-08 15:33:35 -04:00
.gitignore Split libultra to directories and correct gitignore. 2022-10-02 15:59:37 -04:00
.gitmodules Refactor and bootstrap repository to new build system. 2022-09-17 19:08:56 -04:00
calcprogress.py Add progress script. 2022-10-02 14:58:22 -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 Refactor and bootstrap repository to new build system. 2022-09-17 19:08:56 -04:00
diff.py Refactor and bootstrap repository to new build system. 2022-09-17 19:08:56 -04:00
Makefile decompile dp_intro 2022-10-08 15:29:27 -04:00
README.md Correct typo in README.md. 2022-09-24 20:24:52 -04:00
requirements.txt update requirements 2022-10-05 20:12:18 -04:00
splat.yaml decompile dp_intro 2022-10-08 15:29:27 -04:00
undefined_funcs_auto.txt Make some corrections to files and names. 2022-09-25 21:35:00 -04:00
undefined_syms_auto.txt Make some corrections to files and names. 2022-09-25 21:35:00 -04:00
undefined_syms.txt decompile rsp 2022-10-07 16:00:04 -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

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: