From 3de254f7a2db89070f8821646885d438c74c0ad3 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 2 Dec 2013 14:18:03 -0500 Subject: more 3pt macro labels; shorten 3pt macros to take just a label static addresses should be avoided anyway --- engine/scripting.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/scripting.asm') diff --git a/engine/scripting.asm b/engine/scripting.asm index 861b0553a..df1215f40 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -573,7 +573,7 @@ Function96f76: ; 96f76 ; 96f77 GiveItemScript: ; 96f77 - 3callasm BANK(Function96f76), Function96f76 + 3callasm Function96f76 2writetext ReceivedItemText iffalse .Full waitbutton -- cgit v1.2.3