diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-28 13:55:58 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-28 13:55:58 -0400 |
commit | 4ebd104cf045dfe272ae7f9efd33b4e2b17a1580 (patch) | |
tree | 4c0072271ed4fa68b3655af7cddff45e5ad4c515 /constants.asm | |
parent | dca9546ec5fee86d32780c1cd6528e51d47be1ab (diff) |
Define move constants
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index f61e85e..e0f4451 100644 --- a/constants.asm +++ b/constants.asm @@ -9,3 +9,4 @@ INCLUDE "constants/text_constants.asm" INCLUDE "constants/type_constants.asm" INCLUDE "constants/pokemon_constants.asm" INCLUDE "constants/pokemon_data_constants.asm" +INCLUDE "constants/move_constants.asm" |