Merge branch 'gfx-tweaks'

This commit is contained in:
yenatch
2015-05-18 02:23:17 -07:00
588 changed files with 823 additions and 1755 deletions

4
macros/pic.asm Normal file
View File

@@ -0,0 +1,4 @@
add_pic: MACRO
db BANK(\1) - $36
dw \1
ENDM