From 6412f7f501b006dcde6ea8a28b25ea65b09fcbdf Mon Sep 17 00:00:00 2001 From: stag019 Date: Fri, 13 Jan 2012 22:26:14 -0500 Subject: Fixed up Wild Pokemon Data and added data for all versions hg-commit-id: ae728feaf7ec --- constants.asm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'constants.asm') diff --git a/constants.asm b/constants.asm index dafee50e..0e5f4061 100644 --- a/constants.asm +++ b/constants.asm @@ -1,6 +1,8 @@ -RED EQU 1 -BLUE EQU 0 -GREEN EQU 0 +_JAPAN EQU 0 +_RED EQU 1 +_BLUE EQU 0 +_GREEN EQU 0 +_YELLOW EQU 0 ;\1 = X ;\2 = Y -- cgit v1.3.1-sl0p