diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 12:19:46 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 12:19:46 -0600 |
| commit | 1113f19b183ec8c72e81379f4c80b11a12c4a551 (patch) | |
| tree | 7770fe6c50923f10cf6848cabb2a2b1c7ddfd634 /constants.asm | |
| parent | Replace some hex values with labels. Remove some weird extra-indentation. (diff) | |
| parent | add labels and block file to Mansion1 (diff) | |
| download | pokeyellow-1113f19b183ec8c72e81379f4c80b11a12c4a551.tar.gz pokeyellow-1113f19b183ec8c72e81379f4c80b11a12c4a551.tar.xz pokeyellow-1113f19b183ec8c72e81379f4c80b11a12c4a551.zip | |
Merge.
hg-commit-id: 261be761c726
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 b8600c3a..d205f46f 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 |
