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

@ -6,12 +6,12 @@
; - EggMovePointers (see data/pokemon/egg_move_pointers.asm)
; - PokemonCries (see data/pokemon/cries.asm)
; - MonMenuIcons (see data/pokemon/menu_icons.asm)
; - PokemonPicPointers (see data/pokemon/pic_pointers.asm)
; - PokemonPalettes (see data/pokemon/palettes.asm)
; - PokedexDataPointerTable (see data/pokemon/dex_entry_pointers.asm)
; - AlphabeticalPokedexOrder (see data/pokemon/dex_order_alpha.asm)
; - NewPokedexOrder (see data/pokemon/dex_order_new.asm)
; - Pokered_MonIndices (see data/time_capsule/mon_order.asm)
; - PokemonPicPointers (see gfx/pokemon/pic_pointers.asm)
; - AnimationPointers (see gfx/pokemon/anim_pointers.asm)
; - AnimationExtraPointers (see gfx/pokemon/extra_pointers.asm)
; - BitmasksPointers (see gfx/pokemon/bitmask_pointers.asm)

View File

@ -149,7 +149,7 @@ FISHSWARM_QWILFISH EQU 1
FISHSWARM_REMORAID EQU 2
; PokeAnims indexes (see gfx/pokemon/animation.asm)
; PokeAnims indexes (see engine/pic_animation.asm)
const_def
const ANIM_MON_SLOW
const ANIM_MON_NORMAL

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"