diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-01-09 14:32:16 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-01-09 14:32:16 -0500 |
commit | c99606ee2467382d1c447ccefd529477aa72dce7 (patch) | |
tree | 5ea1c92e5e37833f8f1fdd69527d0334a50af02f /scripts/oakslab.asm | |
parent | 94eee4e89ef5c0857599c2951befee9dc709ae85 (diff) |
Minor fixes
Diffstat (limited to 'scripts/oakslab.asm')
-rwxr-xr-x | scripts/oakslab.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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) |