diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-29 17:20:06 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-29 17:20:06 -0400 |
commit | cd82d460b37ccab0bd0b5eea45cb87e162e94930 (patch) | |
tree | e2dd7d1549e337a163731f916b12a2233b968375 /constants.asm | |
parent | 50e61769cb11ab17518b69335b68ecdc785c00f2 (diff) |
Declare type chart
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
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" |