From 2ed6c357af335a1df33932383c00375b799300b2 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 12 Jan 2016 12:46:18 -0500 Subject: More WRAM tidying --- 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 0a68243d3..42d060e9b 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -2806,9 +2806,9 @@ Script_xycompare: ; 97a01 ; pointer (MultiByteParam) call GetScriptByte - ld [wd453], a + ld [wXYComparePointer], a call GetScriptByte - ld [wd454], a + ld [wXYComparePointer + 1], a ret ; 97a0e -- cgit v1.2.3