diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 17:33:52 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 17:33:52 -0500 |
commit | f44b7ad5c30f80d1032a9cab2e3272ef0a7efe86 (patch) | |
tree | 7ae0c8fcc4ec276ec715f7ec23f79929b481ea0a /constants | |
parent | cb5e3378de0582217cdb308d33cee7afb4d7cb89 (diff) |
Add data/text/
Diffstat (limited to 'constants')
-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 fc2c3cace..f3d03b3a0 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -12,7 +12,7 @@ ; - AlphabeticalPokedexOrder (see data/pokemon/dex_order_alpha.asm) ; - EZChat_SortedPokemon (see data/pokemon/ezchat_order.asm) ; - NewPokedexOrder (see data/pokemon/dex_order_new.asm) -; - Pokered_MonIndices (see data/pokemon/rby_order.asm) +; - Pokered_MonIndices (see data/pokemon/gen1_order.asm) ; - AnimationPointers (see gfx/pokemon/anim_pointers.asm) ; - AnimationIdlePointers (see gfx/pokemon/idle_pointers.asm) ; - BitmasksPointers (see gfx/pokemon/bitmask_pointers.asm) |