diff options
author | U-Daniel-Laptop\Daniel <corrnondacqb@yahoo.com> | 2013-12-28 12:36:06 -0600 |
---|---|---|
committer | U-Daniel-Laptop\Daniel <corrnondacqb@yahoo.com> | 2013-12-28 12:36:06 -0600 |
commit | 38c99e4f536489303792fb8c60c5d996f2810c20 (patch) | |
tree | de58ccfc233151ea13273ddb2f33b26ad188f7e8 /constants.asm | |
parent | 4281bee9e8e3a1240799f037de19d5d7181532bc (diff) | |
parent | 24988da53fe19a57d1cc566be09b9f6dfda0fe64 (diff) |
Merge branch 'master' of https://github.com/huderlem/pokered
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm index 60fa614a..0f726b6a 100644 --- a/constants.asm +++ b/constants.asm @@ -24,4 +24,5 @@ INCLUDE "constants/evolution_constants.asm" INCLUDE "constants/list_constants.asm" INCLUDE "constants/map_constants.asm" INCLUDE "constants/map_dimensions.asm" -INCLUDE "constants/connection_constants.asm"
\ No newline at end of file +INCLUDE "constants/connection_constants.asm" +INCLUDE "constants/credits_constants.asm" |