blob: 3e5606427ef692cf1bf886d42a6013865c16f81c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
These pages are for documenting pieces of the [pokecrystal](https://github.com/pret/pokecrystal) disassembly project. For more information, please see its [README.md](https://github.com/pret/pokecrystal/blob/master/README.md) and [wiki](https://github.com/pret/pokecrystal/wiki).
## Issues with the source code
- [bugs_and_glitches.md](https://pret.github.io/pokecrystal/bugs_and_glitches)
- [design_flaws.md](https://pret.github.io/pokecrystal/design_flaws)
## Map event scripts
- [map_event_scripts.md](https://pret.github.io/pokecrystal/map_event_scripts)
- [event_commands.md](https://pret.github.io/pokecrystal/event_commands)
- [movement_commands.md](https://pret.github.io/pokecrystal/movement_commands)
- [text_commands.md](https://pret.github.io/pokecrystal/text_commands)
## Other types of scripts
- [battle_anim_commands.md](https://pret.github.io/pokecrystal/battle_anim_commands)
- [move_effect_commands.md](https://pret.github.io/pokecrystal/move_effect_commands)
- [music_commands.md](https://pret.github.io/pokecrystal/music_commands)
## Other subsystems
- [pic_animations.md](https://pret.github.io/pokecrystal/pic_animations)
- [menus.md](https://pret.github.io/pokecrystal/menus)
|