summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-12-12 19:14:06 -0500
committerGitHub <noreply@github.com>2017-12-12 19:14:06 -0500
commit05ac706f6052ade04a0d258862a705d3f41283bf (patch)
treeb4118cd8afebaff6b737b9eefcab9f10330fb5df /macros
parent6cf7c0790f3424a4cb472b274a88d04d449d5231 (diff)
parente4a61cf1ae40dd84671f5b2e2b1be47fd1055248 (diff)
Merge pull request #415 from roukaour/asm-collisions
Use asm, not bin, for collision data
Diffstat (limited to 'macros')
-rwxr-xr-xmacros/tilesets.asm (renamed from macros/pals.asm)4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/pals.asm b/macros/tilesets.asm
index 72bb4c96d..6a233254e 100755
--- a/macros/pals.asm
+++ b/macros/tilesets.asm
@@ -7,3 +7,7 @@ rept (_NARG +- 1) / 2
shift
endr
endm
+
+tilecoll: MACRO
+ db COLL_\1, COLL_\2, COLL_\3, COLL_\4
+endm