gfx/pokemon/animation.asm → engine/pic_animation.asm

Correct comment in constants/pokemon_constants.asm
This commit is contained in:
Remy Oukaour
2017-12-27 01:58:36 -05:00
parent 7a4d641251
commit e614dd1278
4 changed files with 3 additions and 3 deletions

View File

@@ -413,7 +413,7 @@ INCLUDE "data/battle_anims/object_gfx.asm"
SECTION "Pic Animations 1", ROMX
INCLUDE "gfx/pokemon/animation.asm"
INCLUDE "engine/pic_animation.asm"
INCLUDE "gfx/pokemon/anim_pointers.asm"
INCLUDE "gfx/pokemon/anims.asm"
INCLUDE "gfx/pokemon/extra_pointers.asm"