From c99606ee2467382d1c447ccefd529477aa72dce7 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 9 Jan 2016 14:32:16 -0500 Subject: Minor fixes --- scripts/oakslab.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/oakslab.asm') diff --git a/scripts/oakslab.asm b/scripts/oakslab.asm index 40ecd1f9..aff39cbc 100755 --- a/scripts/oakslab.asm +++ b/scripts/oakslab.asm @@ -714,9 +714,9 @@ OaksLabScript_1d02b: ; 1d02b (7:502b) OaksLabScript_1d076: ; 1d076 (7:5076) ld hl, OaksLabTextPointers + $36 ; starts at OaksLabText28 ld a, l - ld [W_MAPTEXTPTR], a + ld [wMapTextPtr], a ld a, h - ld [W_MAPTEXTPTR+1], a + ld [wMapTextPtr+1], a ret OaksLabTextPointers: ; 1d082 (7:5082) -- cgit v1.3.1-sl0p