diff options
| author | yenatch <yenatch@gmail.com> | 2018-05-11 00:45:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-11 00:45:00 -0400 |
| commit | 9b0ca7b8c2a6ef6e3b6ef1f591f0ec875432b03a (patch) | |
| tree | 802e2f9d77c263fa501d9c6330033ecc27055d9e /docs | |
| parent | 59c4d824e65409f6de211d6e0fd354ca4ef6c61e (diff) | |
| parent | 6e91c3a293d94990695e6b002a8c031873aefdf9 (diff) | |
Merge pull request #510 from Rangi42/master
Use explicit HELD_NONE and NO_LIMITS, not 0s; also fix #511
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/pic_animations.md | 6 |
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. |
