diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-26 12:50:32 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-26 12:50:32 -0500 |
commit | 24f0e7d04501ddb000dfc1d06e716efca387bce8 (patch) | |
tree | bfa176d5634f0211ffcf7f313a7ec2078e3b612d /constants/pokemon_constants.asm | |
parent | b5a8e3b3b32b2734d8fc642c77d96a0d4ef9c6d1 (diff) |
Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headers
Diffstat (limited to 'constants/pokemon_constants.asm')
-rw-r--r-- | constants/pokemon_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm index 13cb577bb..344ba66c1 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -1,6 +1,6 @@ ; pokemon ids ; indexes for: -; - CryHeaders (see data/pokemon/cry_headers.asm) +; - PokemonCries (see data/pokemon/cries.asm) ; - BaseData (see data/pokemon/base_stats.asm) ; - EggMovePointers (see data/pokemon/egg_move_pointers.asm) ; - EvosAttacksPointers (see data/pokemon/evos_attacks_pointers.asm) |