summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2018-05-29 17:20:06 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2018-05-29 17:20:06 -0400
commitcd82d460b37ccab0bd0b5eea45cb87e162e94930 (patch)
treee2dd7d1549e337a163731f916b12a2233b968375 /constants.asm
parent50e61769cb11ab17518b69335b68ecdc785c00f2 (diff)
Declare type chart
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index 691e6c6..20b71d5 100644
--- a/constants.asm
+++ b/constants.asm
@@ -12,4 +12,6 @@ INCLUDE "constants/pokedex_constants.asm"
INCLUDE "constants/pokemon_data_constants.asm"
INCLUDE "constants/move_constants.asm"
INCLUDE "constants/item_constants.asm"
+INCLUDE "constants/battle_constants.asm"
+
INCLUDE "constants/serial_constants.asm"