mirror of
https://github.com/pret/pokestadium.git
synced 2026-09-26 13:23:01 -04:00
60 lines
2.2 KiB
Markdown
60 lines
2.2 KiB
Markdown
# 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:
|
|
|
|
```bash
|
|
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:
|
|
|
|
```bash
|
|
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 and/or decompilation projects:
|
|
* [**Pokémon Red and Blue**](https://github.com/pret/pokered)
|
|
* [**Pokémon Gold and Silver (Space World '97 demo)**](https://github.com/pret/pokegold-spaceworld)
|
|
* [**Pokémon Yellow**](https://github.com/pret/pokeyellow)
|
|
* [**Pokémon Trading Card Game**](https://github.com/pret/poketcg)
|
|
* [**Pokémon Pinball**](https://github.com/pret/pokepinball)
|
|
* [**Pokémon Gold and Silver**](https://github.com/pret/pokegold)
|
|
* [**Pokémon Crystal**](https://github.com/pret/pokecrystal)
|
|
* [**Pokémon Ruby and Sapphire**](https://github.com/pret/pokeruby)
|
|
* [**Pokémon Pinball: Ruby & Sapphire**](https://github.com/pret/pokepinballrs)
|
|
* [**Pokémon FireRed and LeafGreen**](https://github.com/pret/pokefirered)
|
|
* [**Pokémon Emerald**](https://github.com/pret/pokeemerald)
|
|
* [**Pokémon Mystery Dungeon: Red Rescue Team**](https://github.com/pret/pmd-red)
|
|
* [**Pokémon Diamond and Pearl**](https://github.com/pret/pokediamond)
|
|
* [**Pokémon Platinum**](https://github.com/pret/pokeplatinum)
|
|
* [**Pokémon HeartGold and SoulSilver**](https://github.com/pret/pokeheartgold)
|
|
* [**Pokémon Mystery Dungeon: Explorers of Sky**](https://github.com/pret/pmd-sky)
|
|
|
|
## Contacts
|
|
|
|
You can find us on:
|
|
|
|
* [Discord (PRET, #pokestadium)](https://discord.gg/d5dubZ3)
|
|
* [IRC](https://web.libera.chat/?#pret)
|