summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-02-14 19:35:38 -0500
committeryenatch <yenatch@gmail.com>2014-02-14 19:35:38 -0500
commitb1b084334c6f05e1253acae7ba65c8163d567bcf (patch)
tree7cc609887493ef7806c1786e9917f37df26e793f /constants.asm
parent1439ba6f2a2f94f7a4314c693246519cc383dbf2 (diff)
Let rgbasm handle undefined version constants.
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm4
1 files changed, 1 insertions, 3 deletions
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"