No more ItemFragment

This commit is contained in:
PikalaxALT
2015-12-15 10:55:56 -05:00
parent 6e257bc7cd
commit bb2aba7da1
95 changed files with 882 additions and 884 deletions

View File

@@ -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