diff options
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm index 63ba248..20853e2 100644 --- a/constants.asm +++ b/constants.asm @@ -3,4 +3,6 @@ INCLUDE "charmap.asm" INCLUDE "macros.asm" INCLUDE "constants/hardware_constants.asm" -INCLUDE "constants/gfx_constants.asm"
\ No newline at end of file +INCLUDE "constants/gfx_constants.asm" + +INCLUDE "constants/pokemon_constants.asm" |