A collection of tutorials and guides for arbitrary code execution (ACE) in the Pokémon generation III games.
The following is required to build the pokemon-ace-notes website
- Python 3
- Git
- PowerShell (for Windows) or bash/zsh (for Mac/Linux)
- Clone the repository:
git clone https://github.com/pomeg-letterbombers/pokemon-ace-notes.git - Change directory:
cd pokemon-ace-notes - Set up a virtual environment:
python -m venv .venv - Activate the virtual environment:
- bash/zsh:
source .venv/bin/activate - PowerShell:
.venv\Scripts\activate.ps1 - Command Prompt:
.venv\Scripts\activate.bat
- bash/zsh:
- Install dependencies:
pip install -r requirements.txt - Build the website:
mkdocs build -c -s
To serve a preview of the website which updates on modification of the pages, run this command: mkdocs serve
© 2025 pokemon-ace-notes contributors.
The content of pokemon-ace-notes is licensed under CC BY-SA 4.0, the license can also be found in LICENSE. For the purposes of porting this content to Glitch City Wiki, the content of pokemon-ace-notes is also licensed under CC BY-NC 4.0, the license can also be found in LICENSE-GLITCH-CITY.
Underlying source code used to display the content is licenced under the MIT licence, which can be found in LICENSE-CODE.