diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 14:48:06 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 14:48:06 -0600 |
commit | e67ba5b197c973405e23bff02cdce352e2a4459e (patch) | |
tree | 0f71c27ed415588b42e2746ad54320cbca2d6311 /constants.asm | |
parent | dc667fb75a6c77a35263be9578cd90d84117f667 (diff) |
fix pokeblue.gbc make target
hg-commit-id: 64d04e5bd875
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/constants.asm b/constants.asm index d205f46f..7fb741bb 100644 --- a/constants.asm +++ b/constants.asm @@ -1,6 +1,4 @@ _JAPAN EQU 0 -_RED EQU 1 -_BLUE EQU 0 _GREEN EQU 0 _YELLOW EQU 0 |