mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 13:11:45 -05:00
32 lines
942 B
Markdown
32 lines
942 B
Markdown
These pages are for documenting information about the code of the
|
|
[`pokeplatinum`](https://github.com/pret/pokeplatinum) decompilation project.
|
|
For more detailed information about the project as a whole, please refer to its
|
|
[`README`](https://github.com/pret/pokeplatinum/blob/main/README.md).
|
|
|
|
## Setup Guides for Popular Editors
|
|
|
|
- [Visual Studio Code](./editor_setup/visual_studio_code.md)
|
|
- [Neovim](./editor_setup/neovim.md)
|
|
|
|
## Issues with the source code
|
|
|
|
- [Fixes for Various Bugs and Glitches](bugs_and_glitches.md)
|
|
|
|
## Working with Files for Various Data Types
|
|
|
|
- [Overview of the Processing Tools](datafiles/overview.md)
|
|
- [Pokémon Species](datafiles/pokemon.md)
|
|
- [In-Game Trainers](datafiles/trainers.md)
|
|
- [In-Game Trades](datafiles/trainers.md)
|
|
- [Items](datafiles/items.md)
|
|
- [Moves](datafiles/moves.md)
|
|
|
|
## Subsystems
|
|
|
|
- [2D Graphics](2d_rendering.md)
|
|
- [3D Graphics](3d_rendering.md)
|
|
|
|
## Utilities
|
|
|
|
- [Logging](logging.md)
|