giveitemfanfaremsg only uses callstd 9

This commit is contained in:
PikalaxALT
2019-05-16 09:55:25 -04:00
parent d7bd4d3bd1
commit 244d73af29
+2 -2
View File
@@ -1435,10 +1435,10 @@
callstd \function
.endm
.macro giveitemfanfaremsg msg, item, amount=1, fanfare=MUS_FANFA1, function=9
.macro giveitemfanfaremsg msg, item, amount=1, fanfare=MUS_FANFA1
loadword 0, \msg
setorcopyvar 0x8000, \item
setorcopyvar 0x8001, \amount
setorcopyvar 0x8002, \fanfare
callstd \function
callstd 9
.endm