diff options
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 |