From bb56d4a3f4cab33f899646e0630282fc6176a9c9 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sat, 29 Aug 2020 03:11:03 -0400 Subject: Give songs meaningful english names --- asm/macros/event.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asm') diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 35314ac3f..86c2e2b1e 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -1603,12 +1603,12 @@ callstd STD_PUT_ITEM_AWAY .endm - .macro giveitem_msg msg:req, item:req, amount=1, fanfare=MUS_FANFA1 + .macro giveitem_msg msg:req, item:req, amount=1, fanfare=MUS_LEVEL_UP additem \item, \amount msgreceiveditem \msg, \item, \amount, \fanfare .endm - .macro msgreceiveditem msg:req, item:req, amount=1, fanfare=MUS_FANFA1 + .macro msgreceiveditem msg:req, item:req, amount=1, fanfare=MUS_LEVEL_UP loadword 0, \msg setorcopyvar VAR_0x8000, \item setorcopyvar VAR_0x8001, \amount -- cgit v1.2.3