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 | Cleanup with yellow-exclusive banks (diff) | |
| download | pokeyellow-c99606ee2467382d1c447ccefd529477aa72dce7.tar.gz pokeyellow-c99606ee2467382d1c447ccefd529477aa72dce7.tar.xz pokeyellow-c99606ee2467382d1c447ccefd529477aa72dce7.zip | |
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) |
