Disassembly and decompilation of Pokémon Stadium
Go to file
tehzz 0d7d00a97f add ASM to GOBAL_ASM
C file util
2022-12-30 12:14:51 -05:00
include correct more warnings 2022-12-29 22:25:52 -05:00
oldnotes Refactor and bootstrap repository to new build system. 2022-09-17 19:08:56 -04:00
src correct more warnings 2022-12-29 22:25:52 -05:00
tools add asm-processor submodule 2022-12-29 13:23:16 -05:00
utils add ASM to GOBAL_ASM 2022-12-30 12:14:51 -05:00
.gitignore libultra integration: phase 1 2022-10-09 22:37:20 -04:00
.gitmodules add asm-processor submodule 2022-12-29 13:23:16 -05: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 use builddir variable 2022-12-29 22:32:08 -05:00
README.md Update README.md 2022-11-04 20:37:28 -04:00
requirements.txt Add n64img to requirements.txt 2022-10-11 21:44:56 +02:00
splat.yaml decompile hal_libc and gb_tower 2022-10-28 22:59:52 -04:00
undefined_syms.txt libultra phase 2 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: