mirror of https://github.com/pret/pokecrystal.git
Fix doc links
This commit is contained in:
parent
8acc8d6e30
commit
e01a86fe84
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue