summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2018-05-28 12:14:00 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2018-05-28 12:14:00 -0400
commitbbf431d22f2d730f80db83ec277f77852673d652 (patch)
tree72d318de54c45fb55ff5b5d4947a6aa50167d4e0 /constants.asm
parent5e4a6aea518e73798ea13c4e4a90f3afd9b24cce (diff)
Define Pokémon constants
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm4
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"