From aa62a4b88d956af1034bd07d94a4a703269b59b1 Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 4 Jul 2013 03:55:04 -0400 Subject: [PATCH] version constant --- constants.asm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/constants.asm b/constants.asm index 9605dafc5..9cece6daa 100644 --- a/constants.asm +++ b/constants.asm @@ -1,5 +1,11 @@ _CRYSTAL EQU 1 +if _CRYSTAL +VERSION EQU 0 +else +VERSION EQU 1 +endc + INCLUDE "constants/pokemon_constants.asm" INCLUDE "constants/move_constants.asm" INCLUDE "constants/battle_constants.asm"