diff options
Diffstat (limited to 'macros/tilesets.asm')
-rwxr-xr-x | macros/tilesets.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/tilesets.asm b/macros/tilesets.asm index aeb1d8174..4aeb38dc5 100755 --- a/macros/tilesets.asm +++ b/macros/tilesets.asm @@ -8,8 +8,8 @@ rept (_NARG +- 1) / 2 shift shift endr -endm +ENDM tilecoll: MACRO db COLL_\1, COLL_\2, COLL_\3, COLL_\4 -endm +ENDM |