diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-26 11:20:12 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-26 11:20:12 -0400 |
commit | d3c9c0650289728d107c3cdade5956f0f4a2a02a (patch) | |
tree | c550234c6eed32601bb554e5a60dce1ae4838cb9 /constants.asm | |
parent | 054cb312c7a8f64b7b1d842aae774115a62509cd (diff) |
Merge map ID and dimension constants into a single file
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm index c5f4575e..ba2d76c6 100644 --- a/constants.asm +++ b/constants.asm @@ -21,7 +21,6 @@ INCLUDE "constants/palette_constants.asm" 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" INCLUDE "constants/hide_show_constants.asm" INCLUDE "constants/credits_constants.asm" |