You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Second try at fixing doc links
This commit is contained in:
@@ -1,28 +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/README.md) and [wiki](https://github.com/pret/pokecrystal/wiki).
|
||||
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/blob/master/wiki).
|
||||
|
||||
|
||||
## Issues with the source code
|
||||
|
||||
- [bugs_and_glitches.md](https://github.com/pret/pokecrystal/docs/bugs_and_glitches.md)
|
||||
- [design_flaws.md](https://github.com/pret/pokecrystal/docs/design_flaws.md)
|
||||
- [bugs_and_glitches.md](https://github.com/pret/pokecrystal/blob/master/docs/bugs_and_glitches.md)
|
||||
- [design_flaws.md](https://github.com/pret/pokecrystal/blob/master/docs/design_flaws.md)
|
||||
|
||||
|
||||
## Map event scripts
|
||||
|
||||
- [map_event_scripts.md](https://github.com/pret/pokecrystal/docs/map_event_scripts.md)
|
||||
- [event_commands.md](https://github.com/pret/pokecrystal/docs/event_commands.md)
|
||||
- [movement_commands.md](https://github.com/pret/pokecrystal/docs/movement_commands.md)
|
||||
- [text_commands.md](https://github.com/pret/pokecrystal/docs/text_commands.md)
|
||||
- [map_event_scripts.md](https://github.com/pret/pokecrystal/blob/master/docs/map_event_scripts.md)
|
||||
- [event_commands.md](https://github.com/pret/pokecrystal/blob/master/docs/event_commands.md)
|
||||
- [movement_commands.md](https://github.com/pret/pokecrystal/blob/master/docs/movement_commands.md)
|
||||
- [text_commands.md](https://github.com/pret/pokecrystal/blob/master/docs/text_commands.md)
|
||||
|
||||
|
||||
## Other types of scripts
|
||||
|
||||
- [battle_anim_commands.md](https://github.com/pret/pokecrystal/docs/battle_anim_commands.md)
|
||||
- [move_effect_commands.md](https://github.com/pret/pokecrystal/docs/move_effect_commands.md)
|
||||
- [music_commands.md](https://github.com/pret/pokecrystal/docs/music_commands.md)
|
||||
- [battle_anim_commands.md](https://github.com/pret/pokecrystal/blob/master/docs/battle_anim_commands.md)
|
||||
- [move_effect_commands.md](https://github.com/pret/pokecrystal/blob/master/docs/move_effect_commands.md)
|
||||
- [music_commands.md](https://github.com/pret/pokecrystal/blob/master/docs/music_commands.md)
|
||||
|
||||
|
||||
## Other subsystems
|
||||
|
||||
- [pic_animations.md](https://github.com/pret/pokecrystal/docs/pic_animations.md)
|
||||
- [menus.md](https://github.com/pret/pokecrystal/docs/menus.md)
|
||||
- [pic_animations.md](https://github.com/pret/pokecrystal/blob/master/docs/pic_animations.md)
|
||||
- [menus.md](https://github.com/pret/pokecrystal/blob/master/docs/menus.md)
|
||||
|
||||
Reference in New Issue
Block a user