giveitemfanfaremsg only uses callstd 9
This commit is contained in:
@@ -1435,10 +1435,10 @@
|
|||||||
callstd \function
|
callstd \function
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.macro giveitemfanfaremsg msg, item, amount=1, fanfare=MUS_FANFA1, function=9
|
.macro giveitemfanfaremsg msg, item, amount=1, fanfare=MUS_FANFA1
|
||||||
loadword 0, \msg
|
loadword 0, \msg
|
||||||
setorcopyvar 0x8000, \item
|
setorcopyvar 0x8000, \item
|
||||||
setorcopyvar 0x8001, \amount
|
setorcopyvar 0x8001, \amount
|
||||||
setorcopyvar 0x8002, \fanfare
|
setorcopyvar 0x8002, \fanfare
|
||||||
callstd \function
|
callstd 9
|
||||||
.endm
|
.endm
|
||||||
|
|||||||
Reference in New Issue
Block a user