Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pret/pokestadium
Disassembly and decompilation of Pokémon Stadium
https://github.com/pret/pokestadium
c disassembly nintendo64 pokemon reverse-engineering
Last synced: 6 days ago
JSON representation
Disassembly and decompilation of Pokémon Stadium
- Host: GitHub
- URL: https://github.com/pret/pokestadium
- Owner: pret
- Created: 2014-11-03T02:45:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T15:01:25.000Z (about 1 month ago)
- Last Synced: 2024-12-21T21:07:15.457Z (14 days ago)
- Topics: c, disassembly, nintendo64, pokemon, reverse-engineering
- Language: C
- Homepage:
- Size: 30.7 MB
- Stars: 141
- Watchers: 12
- Forks: 33
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 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 1.0 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/).