diff options
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index a22259d9..45edf027 100644 --- a/constants.asm +++ b/constants.asm @@ -1,3 +1,10 @@ +; tilesets' headers macro +TSETHEAD: MACRO + db BANK(\2) + dw \1,\2,\3 + db \4,\5,\6,\7,\8 + ENDM + ; macro for putting a byte then a word dbw: MACRO db \1 |