diff options
author | stag019 <stag019@gmail.com> | 2012-01-13 22:26:14 -0500 |
---|---|---|
committer | stag019 <stag019@gmail.com> | 2012-01-13 22:26:14 -0500 |
commit | 6412f7f501b006dcde6ea8a28b25ea65b09fcbdf (patch) | |
tree | c85ce78140da2fe496e5bc389bc339a086258036 /constants.asm | |
parent | 6747cb70be9f65560893ccd14bf6a2ae58960cc0 (diff) |
Fixed up Wild Pokemon Data and added data for all versions
hg-commit-id: ae728feaf7ec
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 8 |
1 files changed, 5 insertions, 3 deletions
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 |