summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
new file mode 100644
index 000000000..5b0031672
--- /dev/null
+++ b/docs/index.md
@@ -0,0 +1,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](bugs_and_glitches.md)
+- [design_flaws.md](design_flaws.md)
+
+
+## Map event scripts
+
+- [map_event_scripts.md](map_event_scripts.md)
+- [event_commands.md](event_commands.md)
+- [movement_commands.md](movement_commands.md)
+- [text_commands.md](text_commands.md)
+
+
+## Other types of scripts
+
+- [battle_anim_commands.md](battle_anim_commands.md)
+- [move_effect_commands.md](move_effect_commands.md)
+- [music_commands.md](music_commands.md)
+
+
+## Other subsystems
+
+- [pic_animations.md](pic_animations.md)
+- [menus.md](menus.md)