diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2013-12-27 11:41:54 -0600 |
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2013-12-27 11:41:54 -0600 |
| commit | 24988da53fe19a57d1cc566be09b9f6dfda0fe64 (patch) | |
| tree | d314343f3900665ee7155ec6632a1b07d116b420 /constants.asm | |
| parent | Fixed mislabeled pointer. (diff) | |
| download | pokeyellow-24988da53fe19a57d1cc566be09b9f6dfda0fe64.tar.gz pokeyellow-24988da53fe19a57d1cc566be09b9f6dfda0fe64.tar.xz pokeyellow-24988da53fe19a57d1cc566be09b9f6dfda0fe64.zip | |
Credits order INCBIN and more labeling.
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" |
