Fix some stuff

This commit is contained in:
Diegoisawesome
2017-10-23 22:18:35 -05:00
parent c23a633a44
commit 26f9776f6f
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1489,3 +1489,9 @@
compare_var_to_value 0x8000, \condition
goto_eq \dest
.endm
.macro giveitem item, amount=1, function=0
setorcopyvar 0x8000, \item
setorcopyvar 0x8001, \amount
callstd \function
.endm