An open API service indexing awesome lists of open source software.

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.

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).