From 19c517bca455c10e7cba6699084b8cbeb8cc8137 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 3 Aug 2015 22:10:30 -0400 Subject: Attempt to make yellow buildable, part 7. Builds but not to baserom.gbc. --- constants.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants.asm') 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 -- cgit v1.3.1-sl0p