https://github.com/ethteck/pokemonsnap
Gotta match 'em all
https://github.com/ethteck/pokemonsnap
Last synced: 11 months ago
JSON representation
Gotta match 'em all
- Host: GitHub
- URL: https://github.com/ethteck/pokemonsnap
- Owner: ethteck
- Created: 2020-06-26T13:41:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T09:06:27.000Z (about 1 year ago)
- Last Synced: 2025-04-02T01:35:12.350Z (11 months ago)
- Language: C
- Homepage:
- Size: 56.5 MB
- Stars: 67
- Watchers: 9
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-n64-development - Pokémon Snap - An in-progress decompilation of _Pokémon Snap_ (Reverse Engineering / Projects)
- awesome-game-decompilations - Snap
README
# pokemonsnap


A WIP decomp of Pokemon Snap.
Note: To use this repository, you must already have a rom for the game.
For Python dependencies:
`pip3 install -U -r requirements.txt`
## Setup
1. Place the US Pokemon Snap rom (sha1: `edc7c49cc568c045fe48be0d18011c30f393cbaf`) into the root of the repository as "pokemonsnap.z64".
2. (one-time) Set up tools: `./configure.py --setup`
3. Run extraction and disassembly: `./configure.py`
4. Rebuild the rom: `ninja`