Skip to content

Adrichu00/pokemon-ace-notes

 
 

Repository files navigation

pokemon-ace-notes

A collection of tutorials and guides for arbitrary code execution (ACE) in the Pokémon generation III games.

Build instructions

The following is required to build the pokemon-ace-notes website

  • Python 3
  • Git
  • PowerShell (for Windows) or bash/zsh (for Mac/Linux)
  1. Clone the repository: git clone https://github.com/pomeg-letterbombers/pokemon-ace-notes.git
  2. Change directory: cd pokemon-ace-notes
  3. Set up a virtual environment: python -m venv .venv
  4. Activate the virtual environment:
    • bash/zsh: source .venv/bin/activate
    • PowerShell: .venv\Scripts\activate.ps1
    • Command Prompt: .venv\Scripts\activate.bat
  5. Install dependencies: pip install -r requirements.txt
  6. 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

Contributing

Useful references for contributors

Licence

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

About

GitHub Pages website hosting notes on ACE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Markdown 100.0%