diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-28 12:32:57 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-28 12:32:57 -0400 |
commit | dca9546ec5fee86d32780c1cd6528e51d47be1ab (patch) | |
tree | ed7f3b05c64d1d7e529f0efceff8e77b1559d556 /constants.asm | |
parent | bbf431d22f2d730f80db83ec277f77852673d652 (diff) |
More constants from pokecrystal
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 20853e2..f61e85e 100644 --- a/constants.asm +++ b/constants.asm @@ -4,5 +4,8 @@ INCLUDE "macros.asm" INCLUDE "constants/hardware_constants.asm" INCLUDE "constants/gfx_constants.asm" +INCLUDE "constants/text_constants.asm" +INCLUDE "constants/type_constants.asm" INCLUDE "constants/pokemon_constants.asm" +INCLUDE "constants/pokemon_data_constants.asm" |