Fix doc links

This commit is contained in:
Rangi 2018-05-09 12:10:50 -04:00
parent 8acc8d6e30
commit e01a86fe84
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@ Animation data is in these files:
- [gfx/pokemon/anims.asm](/gfx/pokemon/anims.asm): - [gfx/pokemon/anims.asm](/gfx/pokemon/anims.asm):
Main animations (played everywhere) Main animations (played everywhere)
- [gfx/pokemon/extras.asm](/gfx/pokemon/extras.asm): - [gfx/pokemon/idles.asm](/gfx/pokemon/idles.asm):
Extra animations, appended to the main animation. Idle animations, appended to the main animation.
Used in the status screen (blinking, tail wags etc.) 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. Unown has its own animation data despite having an entry in the main tables.