diff options
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" |