diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-03 22:10:30 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-03 22:10:30 -0400 |
commit | 19c517bca455c10e7cba6699084b8cbeb8cc8137 (patch) | |
tree | 7e9d6d44fc91e6b655c8e63e02880f30ab37260a /constants.asm | |
parent | 2187d8d8af1ff2372610806539c245657639cf85 (diff) |
Attempt to make yellow buildable, part 7.
Builds but not to baserom.gbc.
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 0b24ea05..f15510c9 100644 --- a/constants.asm +++ b/constants.asm @@ -30,3 +30,5 @@ INCLUDE "constants/credits_constants.asm" INCLUDE "constants/music_constants.asm" INCLUDE "constants/tilesets.asm" INCLUDE "constants/starter_mons.asm" + +INCLUDE "constants/predef_constants.asm"
\ No newline at end of file |