From d644406f61983be78339a0e9f366e8d34c209c6c Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 17 Dec 2015 22:31:16 -0500 Subject: More menu stuff --- 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 83d4e8a04..a6499dcdb 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -2385,7 +2385,7 @@ Script_takeitem: ; 977f0 call GetScriptByte ld [wItemQuantityChangeBuffer], a ld a, -1 - ld [ItemCountBuffer], a + ld [CurItemQuantity], a ld hl, NumItems call TossItem ret nc -- cgit v1.2.3