From b1b084334c6f05e1253acae7ba65c8163d567bcf Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 14 Feb 2014 19:35:38 -0500 Subject: Let rgbasm handle undefined version constants. --- constants.asm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'constants.asm') diff --git a/constants.asm b/constants.asm index 3496aa6a..85990c48 100644 --- a/constants.asm +++ b/constants.asm @@ -1,6 +1,4 @@ -_JAPAN EQU 0 -_GREEN EQU 0 -_YELLOW EQU 0 +INCLUDE "version.asm" INCLUDE "macros.asm" -- cgit v1.3.1-sl0p