diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-28 15:36:35 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-28 15:36:35 -0400 |
commit | f9f36ac0931fac9755dbd7aea7253ace4abe104d (patch) | |
tree | d8d97a1a34ec67b0798de88b0260505f1054c784 /constants.asm | |
parent | 16324afe6062f4ba5f82f43cb51ff2fd11188f59 (diff) |
These are dex IDs, not internal indexes
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm index 43a0c45..e2ea93a 100644 --- a/constants.asm +++ b/constants.asm @@ -7,7 +7,7 @@ INCLUDE "constants/gfx_constants.asm" INCLUDE "constants/text_constants.asm" INCLUDE "constants/type_constants.asm" -INCLUDE "constants/pokemon_constants.asm" +INCLUDE "constants/pokedex_constants.asm" INCLUDE "constants/pokemon_data_constants.asm" INCLUDE "constants/move_constants.asm" INCLUDE "constants/item_constants.asm" |