diff options
Diffstat (limited to 'macros/map.asm')
-rw-r--r-- | macros/map.asm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/macros/map.asm b/macros/map.asm index a51184b84..f0b8343ea 100644 --- a/macros/map.asm +++ b/macros/map.asm @@ -171,10 +171,16 @@ elevfloor: MACRO map \3 ENDM -itemfragment: MACRO +itemball: MACRO if _NARG == 2 db \1, \2 else db \1, 1 endc endm + +stonetable: MACRO + db \1, \2 + dw \3 +endm + |