diff options
author | yenatch <yenatch@gmail.com> | 2017-09-24 03:15:01 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-09-24 03:15:01 -0400 |
commit | afe67ba1b4dbeee87372f76fae3457565cc08cd5 (patch) | |
tree | f5bad9f443b5a147eb43fed795a9b3bbc20be50c /macros | |
parent | 52cd3398bde140d123bd22bfb0464cf3cf2b39fa (diff) |
Remove contents.asm
Diffstat (limited to 'macros')
-rw-r--r-- | macros/pic.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/pic.asm b/macros/pic.asm index a01ce7a31..f06c6cd4f 100644 --- a/macros/pic.asm +++ b/macros/pic.asm @@ -1,4 +1,4 @@ add_pic: MACRO - db BANK(\1) - $36 + db BANK(\1) - PICS_FIX dw \1 ENDM |