diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-24 17:41:33 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-24 17:41:33 -0400 |
commit | 219eddf056933c6e5f06903caa73d49de3118a60 (patch) | |
tree | f06ec3c1e351de9b9f2466f371a3c13faf1fe8a7 /macros.asm | |
parent | fdac1f9f80295eb4ce7c347f3e7626897a67826d (diff) |
Update hidden object functions and include them in main
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -262,6 +262,10 @@ dbw: MACRO dw \2 ENDM +dba: MACRO + dbw BANK(\1), \1 + ENDM + ; data format macros RGB: MACRO dw (\3 << 10 | \2 << 5 | \1) |