https://github.com/pret/pokestadiumgs
Decompilation of Pokémon Stadium 2 (US)
https://github.com/pret/pokestadiumgs
c disassembly nintendo64 pokemon reverse-engineering
Last synced: 12 months ago
JSON representation
Decompilation of Pokémon Stadium 2 (US)
- Host: GitHub
- URL: https://github.com/pret/pokestadiumgs
- Owner: pret
- Created: 2024-10-24T12:10:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-09T15:00:17.000Z (over 1 year ago)
- Last Synced: 2025-03-19T05:06:51.124Z (12 months ago)
- Topics: c, disassembly, nintendo64, pokemon, reverse-engineering
- Language: C
- Homepage:
- Size: 16.9 MB
- Stars: 11
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-n64-development - Pokémon Stadium 2 - An in-progress decompilation of _Pokémon Stadium 2_ (Reverse Engineering / Projects)
- awesome-game-file-format-reversing - pokestadiumgs (decomp) - Matching decompilation of Pokémon Stadium 2 (100%). (Game & Studio Tools / Game Freak)
- awesome-game-decompilations - Stadium 2
README
# Pokemon Stadium 2 (US)
A WIP decomp of Pokemon Stadium 2 (US).
It builds the following ROMs:
* pokestadiumgs.z64: `md5: 1561c75d11cedf356a8ddb1a4a5f9d5d`
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:
```bash
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:
```bash
python3 -m pip install -r requirements.txt
```
# To use
1. Place the US Pokemon Stadium 2 (US) 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](https://pret.github.io/).