diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-17 08:40:42 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-17 08:40:56 -0400 |
commit | 98f443f70c60f8fdbcf8621ab2c4f9dd37c66bde (patch) | |
tree | 42dc1cc21f8916c6d6ffe3b503fffddc4cab68cf /macros.asm | |
parent | 2eeb78d1bcecf09b2a48035dc24c19a726c41819 (diff) |
engine/events.asm labels finished
fixed palred/green/blue macros
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros.asm b/macros.asm index bfdd38505..e72d2ee66 100644 --- a/macros.asm +++ b/macros.asm @@ -257,9 +257,9 @@ debgcoord EQUS "bgcoord de," bcbgcoord EQUS "bgcoord bc," bgrows EQUS "* $20" -palred EQUS "$0400 *" +palred EQUS "$0001 *" palgreen EQUS "$0020 *" -palblue EQUS "$0001 *" +palblue EQUS "$0400 *" dsprite: MACRO ; conditional segment is there because not every instance of |