From 8583cc4724144e255d61a2c7ed7dd70036bcdb6e Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 20 Jan 2015 00:01:23 -0800 Subject: Stop using the preprocessor. --- engine/scripting.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/scripting.asm') diff --git a/engine/scripting.asm b/engine/scripting.asm index 2b334a54f..5f41469c2 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -572,8 +572,8 @@ Function96f76: ; 96f76 ; 96f77 GiveItemScript: ; 96f77 - 3callasm Function96f76 - 2writetext ReceivedItemText + callasm Function96f76 + writetext ReceivedItemText iffalse .Full waitbutton specialsound -- cgit v1.2.3