summaryrefslogtreecommitdiff
path: root/docs/pic_animations.md
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-06-01 09:02:24 +0200
committermid-kid <esteve.varela@gmail.com>2018-06-01 09:02:24 +0200
commit761edc7db37df18a6e7f41e0d3bb9edd1e3cf721 (patch)
treeae116b7a1e65bf0b7c0cc4e574a5655a074e8e7a /docs/pic_animations.md
parent8d10a987a375a93045659422779c30d25d1aa89b (diff)
parent53bcd8f46ca4f78381af70f55d03f3180be277de (diff)
Merge branch 'master' of https://github.com/pret/pokecrystal
Diffstat (limited to 'docs/pic_animations.md')
-rw-r--r--docs/pic_animations.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/pic_animations.md b/docs/pic_animations.md
index 1075eb25b..c1a0db934 100644
--- a/docs/pic_animations.md
+++ b/docs/pic_animations.md
@@ -22,9 +22,9 @@ Animation data is in these files:
- [gfx/pokemon/anims.asm](/gfx/pokemon/anims.asm):
Main animations (played everywhere)
-- [gfx/pokemon/extras.asm](/gfx/pokemon/extras.asm):
- Extra animations, appended to the main animation.
+- [gfx/pokemon/idles.asm](/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_extras.asm](/gfx/pokemon/unown_extras.asm):
+- [gfx/pokemon/unown_anims.asm](/gfx/pokemon/unown_anims.asm) and [gfx/pokemon/unown_idles.asm](/gfx/pokemon/unown_idles.asm):
Unown has its own animation data despite having an entry in the main tables.