diff options
| author | yenatch <yenatch@gmail.com> | 2017-09-25 17:21:40 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-25 17:21:40 -0400 | 
| commit | 77a98f2f44a72601b039982f8298a855cd2c5909 (patch) | |
| tree | 083d6cadbb59db256f5db10e5765d85885ca6f6a /macros | |
| parent | 52cd3398bde140d123bd22bfb0464cf3cf2b39fa (diff) | |
| parent | 543d67b647f7edc458d6748d9a80d1399ed95be8 (diff) | |
Merge pull request #390 from yenatch/remove-contents
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 | 
