diff options
author | YamaArashi <shadow962@live.com> | 2015-02-07 18:37:40 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-02-07 18:37:40 -0800 |
commit | 32f7cf12de9f841f76a3f2010caf6d7a80d47bcc (patch) | |
tree | 3568312441db2bbd4acf0f6885913980f4c0eaad /engine/predefs7.asm | |
parent | 4fd7a42b235b68ffc11d4f02305b695c2ed05549 (diff) |
Named wram symbols
Diffstat (limited to 'engine/predefs7.asm')
-rwxr-xr-x | engine/predefs7.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/predefs7.asm b/engine/predefs7.asm index b6c3bbbc..e2f58ca8 100755 --- a/engine/predefs7.asm +++ b/engine/predefs7.asm @@ -3,9 +3,9 @@ Func_1c9c6: ; 1c9c6 (7:49c6) call PrintText ld hl, wStringBuffer2 + 11 ld a, l - ld [wcf8b], a + ld [wList], a ld a, h - ld [wcf8c], a + ld [wList + 1], a ld a, [wListScrollOffset] ; wcc36 push af xor a |