mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
gfx/pokemon/animation.asm → engine/pic_animation.asm
Correct comment in constants/pokemon_constants.asm
This commit is contained in:
parent
7a4d641251
commit
e614dd1278
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user