https://github.com/luisboto/pokedecompdocker
🐋 Docker container to build gen3 gba decompilation projects.
https://github.com/luisboto/pokedecompdocker
decompilation docker gba pret
Last synced: 5 months ago
JSON representation
🐋 Docker container to build gen3 gba decompilation projects.
- Host: GitHub
- URL: https://github.com/luisboto/pokedecompdocker
- Owner: LuisBoto
- License: gpl-3.0
- Created: 2022-04-25T09:37:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T07:02:30.000Z (about 1 year ago)
- Last Synced: 2025-04-30T14:29:36.719Z (5 months ago)
- Topics: decompilation, docker, gba, pret
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/luisb493/pokedecomp
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PokedecompDocker
Docker container to build gen3 pokemon decompilation projects.## Usage
Be sure to previously git clone the [pret project](https://github.com/orgs/pret/repositories) you wish to build and substitute `decompdirectory` with its location.`docker run -it --rm --mount type=bind,source=decompdirectory,target=/pokedecomp/project/ luisb493/pokedecomp`
Now you can proceed to [install agbcc](https://github.com/pret/pokeemerald/blob/master/INSTALL.md#installation).