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