Fix documentation links to work with GitHub Pages

This commit is contained in:
Rangi
2019-03-10 22:43:57 -04:00
parent 388e5a2a78
commit 70ef2f3432
10 changed files with 134 additions and 128 deletions

View File

@@ -1,6 +1,6 @@
# Pic Animations
Defined in [macros/scripts/gfx_anims.asm](/macros/scripts/gfx_anims.asm).
Defined in [macros/scripts/gfx_anims.asm](https://github.com/pret/pokecrystal/macros/scripts/gfx_anims.asm).
Pic animations are assembled in 3 parts:
@@ -19,12 +19,12 @@ Pic animations are assembled in 3 parts:
Animation data is in these files:
- [gfx/pokemon/anims.asm](/gfx/pokemon/anims.asm):
- [gfx/pokemon/anims.asm](https://github.com/pret/pokecrystal/gfx/pokemon/anims.asm):
Main animations (played everywhere)
- [gfx/pokemon/idles.asm](/gfx/pokemon/idles.asm):
- [gfx/pokemon/idles.asm](https://github.com/pret/pokecrystal/gfx/pokemon/idles.asm):
Idle animations, appended to the main animation.
Used in the status screen (blinking, tail wags etc.)
- [gfx/pokemon/unown_anims.asm](/gfx/pokemon/unown_anims.asm) and [gfx/pokemon/unown_idles.asm](/gfx/pokemon/unown_idles.asm):
- [gfx/pokemon/unown_anims.asm](https://github.com/pret/pokecrystal/gfx/pokemon/unown_anims.asm) and [gfx/pokemon/unown_idles.asm](https://github.com/pret/pokecrystal/gfx/pokemon/unown_idles.asm):
Unown has its own animation data despite having an entry in the main tables.