summaryrefslogtreecommitdiff
path: root/docs/pic_animations.md
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-03-10 22:43:57 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2019-03-10 22:43:57 -0400
commit70ef2f3432a2d6a11585fdbc8fb9e2e25d63f316 (patch)
treee4af1f79e413d6fa58494f2a9bdbe069f7823014 /docs/pic_animations.md
parent388e5a2a7897c20c6711fd726cd337ecd3cfed19 (diff)
Fix documentation links to work with GitHub Pages
Diffstat (limited to 'docs/pic_animations.md')
-rw-r--r--docs/pic_animations.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/pic_animations.md b/docs/pic_animations.md
index c1a0db934..35cb9af62 100644
--- a/docs/pic_animations.md
+++ b/docs/pic_animations.md
@@ -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.