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 | remove redundant addressess (diff) | |
| parent | Credits order INCBIN and more labeling. (diff) | |
| download | pokeyellow-38c99e4f536489303792fb8c60c5d996f2810c20.tar.gz pokeyellow-38c99e4f536489303792fb8c60c5d996f2810c20.tar.xz pokeyellow-38c99e4f536489303792fb8c60c5d996f2810c20.zip | |
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" |
